#419476
a dark, soft green · cool · closest name: seagreen
RGB
65, 148, 118
HSL
158°, 39%, 42%
CMYK
56, 0, 20, 42
Luminance
0.2361
Every format
| HEX | #419476 |
| RGB | rgb(65, 148, 118) |
| HSL | hsl(158, 39%, 42%) |
| CMYK | cmyk(56%, 0%, 20%, 42%) |
| LAB | lab(55.7 -32.7 8.3) |
| LCH | lch(55.7 33.8 165.7) |
| OKLCH | oklch(0.606 0.094 166.8) |
Copy-ready code
/* CSS */
color: #419476;
background-color: #419476;
/* Tailwind (arbitrary) */
class="text-[#419476] bg-[#419476]"
/* SCSS */
$brand: #419476;
/* SwiftUI */
Color(red: 0.255, green: 0.580, blue: 0.463)
/* Android */
Color.parseColor("#419476")Accessibility — WCAG contrast
Aa
#419476 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#419476 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green58.0%
Blue46.3%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow20.3%
Key (black)42.0%
Color previews
#419476 text on a black background
contrast 5.72:1
Card sample
#419476 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #419476;
Background color
Panel with #419476 background
background-color: #419476;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #419476;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 148, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 148, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #419476; background: linear-gradient(135deg, #419476, #417B94);