#102d29
a deep, vivid cyan · cool · closest name: darkslategray
RGB
16, 45, 41
HSL
172°, 48%, 12%
CMYK
64, 0, 9, 82
Luminance
0.0215
Every format
| HEX | #102d29 |
| RGB | rgb(16, 45, 41) |
| HSL | hsl(172, 48%, 12%) |
| CMYK | cmyk(64%, 0%, 9%, 82%) |
| LAB | lab(16.2 -12.1 -0.7) |
| LCH | lch(16.2 12.1 183.4) |
| OKLCH | oklch(0.274 0.036 183.4) |
Copy-ready code
/* CSS */
color: #102d29;
background-color: #102d29;
/* Tailwind (arbitrary) */
class="text-[#102d29] bg-[#102d29]"
/* SCSS */
$brand: #102d29;
/* SwiftUI */
Color(red: 0.063, green: 0.176, blue: 0.161)
/* Android */
Color.parseColor("#102d29")Accessibility — WCAG contrast
Aa
#102d29 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102d29 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green17.6%
Blue16.1%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow8.9%
Key (black)82.4%
Color previews
#102d29 text on a black background
contrast 1.43:1
Card sample
#102d29 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102d29;
Background color
Panel with #102d29 background
background-color: #102d29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102d29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 45, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 45, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102d29; background: linear-gradient(135deg, #102d29, #101E2D);