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