#246b53
a dark, vivid green · cool · closest name: teal
RGB
36, 107, 83
HSL
160°, 50%, 28%
CMYK
66, 0, 22, 58
Luminance
0.1151
Every format
| HEX | #246b53 |
| RGB | rgb(36, 107, 83) |
| HSL | hsl(160, 50%, 28%) |
| CMYK | cmyk(66%, 0%, 22%, 58%) |
| LAB | lab(40.4 -28.4 7.0) |
| LCH | lch(40.4 29.2 166.1) |
| OKLCH | oklch(0.476 0.081 167.1) |
Copy-ready code
/* CSS */
color: #246b53;
background-color: #246b53;
/* Tailwind (arbitrary) */
class="text-[#246b53] bg-[#246b53]"
/* SCSS */
$brand: #246b53;
/* SwiftUI */
Color(red: 0.141, green: 0.420, blue: 0.325)
/* Android */
Color.parseColor("#246b53")Accessibility — WCAG contrast
Aa
#246b53 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246b53 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.0%
Blue32.5%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow22.4%
Key (black)58.0%
Color previews
#246b53 text on a black background
contrast 3.30:1
Card sample
#246b53 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246b53;
Background color
Panel with #246b53 background
background-color: #246b53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246b53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 107, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 107, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246b53; background: linear-gradient(135deg, #246b53, #24546B);