#246749
a dark, vivid green · cool · closest name: seagreen
RGB
36, 103, 73
HSL
153°, 48%, 27%
CMYK
65, 0, 29, 60
Luminance
0.1056
Every format
| HEX | #246749 |
| RGB | rgb(36, 103, 73) |
| HSL | hsl(153, 48%, 27%) |
| CMYK | cmyk(65%, 0%, 29%, 60%) |
| LAB | lab(38.8 -28.9 10.8) |
| LCH | lch(38.8 30.9 159.5) |
| OKLCH | oklch(0.463 0.084 160.8) |
Copy-ready code
/* CSS */
color: #246749;
background-color: #246749;
/* Tailwind (arbitrary) */
class="text-[#246749] bg-[#246749]"
/* SCSS */
$brand: #246749;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.286)
/* Android */
Color.parseColor("#246749")Accessibility — WCAG contrast
Aa
#246749 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246749 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue28.6%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow29.1%
Key (black)59.6%
Color previews
#246749 text on a black background
contrast 3.11:1
Card sample
#246749 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246749;
Background color
Panel with #246749 background
background-color: #246749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246749; background: linear-gradient(135deg, #246749, #245967);