#246449
a dark, vivid green · cool · closest name: teal
RGB
36, 100, 73
HSL
155°, 47%, 27%
CMYK
64, 0, 27, 61
Luminance
0.0997
Every format
| HEX | #246449 |
| RGB | rgb(36, 100, 73) |
| HSL | hsl(155, 47%, 27%) |
| CMYK | cmyk(64%, 0%, 27%, 61%) |
| LAB | lab(37.8 -27.5 9.4) |
| LCH | lch(37.8 29.1 161.2) |
| OKLCH | oklch(0.454 0.079 162.5) |
Copy-ready code
/* CSS */
color: #246449;
background-color: #246449;
/* Tailwind (arbitrary) */
class="text-[#246449] bg-[#246449]"
/* SCSS */
$brand: #246449;
/* SwiftUI */
Color(red: 0.141, green: 0.392, blue: 0.286)
/* Android */
Color.parseColor("#246449")Accessibility — WCAG contrast
Aa
#246449 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#246449 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green39.2%
Blue28.6%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow27.0%
Key (black)60.8%
Color previews
#246449 text on a black background
contrast 2.99:1
Card sample
#246449 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246449;
Background color
Panel with #246449 background
background-color: #246449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 100, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 100, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246449; background: linear-gradient(135deg, #246449, #245464);