#246b5f
a dark, vivid cyan · cool · closest name: teal
RGB
36, 107, 95
HSL
170°, 50%, 28%
CMYK
66, 0, 11, 58
Luminance
0.1172
Every format
| HEX | #246b5f |
| RGB | rgb(36, 107, 95) |
| HSL | hsl(170, 50%, 28%) |
| CMYK | cmyk(66%, 0%, 11%, 58%) |
| LAB | lab(40.8 -25.1 0.2) |
| LCH | lch(40.8 25.1 179.5) |
| OKLCH | oklch(0.480 0.073 179.8) |
Copy-ready code
/* CSS */
color: #246b5f;
background-color: #246b5f;
/* Tailwind (arbitrary) */
class="text-[#246b5f] bg-[#246b5f]"
/* SCSS */
$brand: #246b5f;
/* SwiftUI */
Color(red: 0.141, green: 0.420, blue: 0.373)
/* Android */
Color.parseColor("#246b5f")Accessibility — WCAG contrast
Aa
#246b5f on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246b5f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.0%
Blue37.3%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow11.2%
Key (black)58.0%
Color previews
#246b5f text on a black background
contrast 3.34:1
Card sample
#246b5f text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246b5f;
Background color
Panel with #246b5f background
background-color: #246b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 107, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 107, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246b5f; background: linear-gradient(135deg, #246b5f, #24486B);