#246c7f
a dark, vivid cyan · cool · closest name: teal
RGB
36, 108, 127
HSL
193°, 56%, 32%
CMYK
72, 15, 0, 50
Luminance
0.1263
Every format
| HEX | #246c7f |
| RGB | rgb(36, 108, 127) |
| HSL | hsl(193, 56%, 32%) |
| CMYK | cmyk(72%, 15%, 0%, 50%) |
| LAB | lab(42.2 -15.5 -17.0) |
| LCH | lch(42.2 23.0 227.7) |
| OKLCH | oklch(0.495 0.075 218.9) |
Copy-ready code
/* CSS */
color: #246c7f;
background-color: #246c7f;
/* Tailwind (arbitrary) */
class="text-[#246c7f] bg-[#246c7f]"
/* SCSS */
$brand: #246c7f;
/* SwiftUI */
Color(red: 0.141, green: 0.424, blue: 0.498)
/* Android */
Color.parseColor("#246c7f")Accessibility — WCAG contrast
Aa
#246c7f on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246c7f on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.4%
Blue49.8%
CMYK percentages
Cyan71.7%
Magenta15.0%
Yellow0.0%
Key (black)50.2%
Color previews
#246c7f text on a black background
contrast 3.53:1
Card sample
#246c7f text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246c7f;
Background color
Panel with #246c7f background
background-color: #246c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 108, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 108, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246c7f; background: linear-gradient(135deg, #246c7f, #242F7F);