#4a8c6f
Viridian
Closest match (96% match)
Color formats
RGB
rgb(74, 140, 111)
Red, Green, Blue components
HSL
hsl(154, 0, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(47, 0, 21, 45)
Print color encoding
Luminance
0.214
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#4a8c6f
#8c4a67
Analogous (Adjacent)
#4a8c4e
#4a8c6f
#4a888c
Triadic
#4a8c6f
#6f4a8c
#8c6f4a
Split complementary
#4a8c6f
#8c4a88
#8c4e4a
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
9ec1af
4a8c6f
00452c
000000
Marketing and vibrant
4a8c6f
00975b
8c4a67
9b3a98
FFFFFF
Harmonious and natural
518c4a
4a8c59
4a8c6f
4a8c85
4a7d8c
Pop Art and trendy
4a8c6f
655fa4
a2366c
707534
91bfd5
Complete conversion table
HEX
#4A8C6F
RGB
rgb(74,140,111)
RGBA
rgba(74,140,111, 1)
HSL
hsl(153.64,30.84%,41.96%)
OKLCH (Modern CSS)
oklch(0.59 0.08 163.5)
CSS Variable
--color: #4a8c6f;
CMYK
C: 47% M: 0% Y: 21% K: 45%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFF4A8C6F
Swift UIColor
UIColor(red: 0.29, green: 0.55, blue: 0.44, alpha: 1.0)
Decimal (int)
4885615
JSON
{ "color": "#4A8C6F" }
CIE LAB
L: 53.3 a: -28.3 b: 9.0
CIE LCH
L: 53.3 C: 29.7 H: 162.2
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Organic
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Merriweather'
400 Regular
'Open Sans'
Technological
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'JetBrains Mono'
400 Regular
-apple-system
Accessibility
Contrast and readability (WCAG)
On white background
3.98
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
5.27
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Freshness
"The color of the future. It blends technological clarity with the freshness of water. Suggests open communication and modern thinking."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#4A8C6F
Result
#4A8C6F
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#4A8C6F
0%+
Mix color
#808080
100%Result
#688778
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
39%
38%
22%
RYB PIGMENTS
Ultramarine blue
Pigment
39%
Ivory black
Pigment
38%
Cadmium yellow
Pigment
22%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
47%
CYAN
45%
KEY
21%
P
CMYK INKS
Cyan
Ink
47%
Black (Key)
Ink
45%
Yellow
Ink
21%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
501 nm
599 THz • 2.48 eV
750nm
380nm
Color temperature
Cool
~5000-10000K
Cool
Warm
Luminance (brightness)
21.4%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
emerald-600
#059669
ΔE: 6.6
Google Material
Original
Standard
Teal 600
#00897B
ΔE: 7.9
CSS Color Name
Original
Standard
SeaGreen
#2E8B57
ΔE: 6.7
Apple System (iOS)
Original
Standard
System Mint
#00C7BE
ΔE: 20.2
Pantone (PMS)
Original
Standard
PMS 18-6022 leprechaun
#378661
ΔE: 4.0
RAL Classic
Original
Standard
RAL 6033 Mint turquoise
#46877F
ΔE: 7.9
Copic Marker
Original
Standard
Pine Tree Green
#3e8667
ΔE: 2.7
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #4a8c6f;
--rgb-primary: 74, 140, 111;
}SCSS variable
1
2
3
4
5
$color-primary: #4a8c6f;
$rgb-primary: (74, 140, 111);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#4a8c6f',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#4a8c6f',
},
text: {
color: '#4a8c6f',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.2901960784313726,
green: 0.5490196078431373,
blue: 0.43529411764705883
)Full JSON data
1
2
3
4
5
{
"name": "Viridian",
"hex": "#4a8c6f",
"rgb": {
"r": 74,
"g": 140,
"b": 111
},
"hsl": {
"h": 154,
"s": 31,
"l": 42
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes