#102c2d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 44, 45
HSL
182°, 48%, 12%
CMYK
64, 2, 0, 82
Luminance
0.0210
Every format
| HEX | #102c2d |
| RGB | rgb(16, 44, 45) |
| HSL | hsl(182, 48%, 12%) |
| CMYK | cmyk(64%, 2%, 0%, 82%) |
| LAB | lab(16.0 -10.2 -3.9) |
| LCH | lch(16.0 10.9 200.9) |
| OKLCH | oklch(0.272 0.034 198.5) |
Copy-ready code
/* CSS */
color: #102c2d;
background-color: #102c2d;
/* Tailwind (arbitrary) */
class="text-[#102c2d] bg-[#102c2d]"
/* SCSS */
$brand: #102c2d;
/* SwiftUI */
Color(red: 0.063, green: 0.173, blue: 0.176)
/* Android */
Color.parseColor("#102c2d")Accessibility — WCAG contrast
Aa
#102c2d on white: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102c2d on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green17.3%
Blue17.6%
CMYK percentages
Cyan64.4%
Magenta2.2%
Yellow0.0%
Key (black)82.4%
Color previews
#102c2d text on a black background
contrast 1.42:1
Card sample
#102c2d text on a white background
contrast 14.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102c2d;
Background color
Panel with #102c2d background
background-color: #102c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 44, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 44, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102c2d; background: linear-gradient(135deg, #102c2d, #10192D);