#246162
a dark, vivid cyan · cool · closest name: darkslategray
RGB
36, 97, 98
HSL
181°, 46%, 26%
CMYK
63, 1, 0, 62
Luminance
0.0981
Every format
| HEX | #246162 |
| RGB | rgb(36, 97, 98) |
| HSL | hsl(181, 46%, 26%) |
| CMYK | cmyk(63%, 1%, 0%, 62%) |
| LAB | lab(37.5 -18.9 -6.4) |
| LCH | lch(37.5 20.0 198.7) |
| OKLCH | oklch(0.454 0.062 196.7) |
Copy-ready code
/* CSS */
color: #246162;
background-color: #246162;
/* Tailwind (arbitrary) */
class="text-[#246162] bg-[#246162]"
/* SCSS */
$brand: #246162;
/* SwiftUI */
Color(red: 0.141, green: 0.380, blue: 0.384)
/* Android */
Color.parseColor("#246162")Accessibility — WCAG contrast
Aa
#246162 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#246162 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green38.0%
Blue38.4%
CMYK percentages
Cyan63.3%
Magenta1.0%
Yellow0.0%
Key (black)61.6%
Color previews
#246162 text on a black background
contrast 2.96:1
Card sample
#246162 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246162;
Background color
Panel with #246162 background
background-color: #246162;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246162;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 97, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 97, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246162; background: linear-gradient(135deg, #246162, #243862);