#102721
a deep, soft cyan · cool · closest name: black
RGB
16, 39, 33
HSL
164°, 42%, 11%
CMYK
59, 0, 15, 85
Luminance
0.0167
Every format
| HEX | #102721 |
| RGB | rgb(16, 39, 33) |
| HSL | hsl(164, 42%, 11%) |
| CMYK | cmyk(59%, 0%, 15%, 85%) |
| LAB | lab(13.7 -11.0 1.2) |
| LCH | lch(13.7 11.0 173.9) |
| OKLCH | oklch(0.252 0.032 174.7) |
Copy-ready code
/* CSS */
color: #102721;
background-color: #102721;
/* Tailwind (arbitrary) */
class="text-[#102721] bg-[#102721]"
/* SCSS */
$brand: #102721;
/* SwiftUI */
Color(red: 0.063, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#102721")Accessibility — WCAG contrast
Aa
#102721 on white: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102721 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green15.3%
Blue12.9%
CMYK percentages
Cyan59.0%
Magenta0.0%
Yellow15.4%
Key (black)84.7%
Color previews
#102721 text on a black background
contrast 1.33:1
Card sample
#102721 text on a white background
contrast 15.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102721;
Background color
Panel with #102721 background
background-color: #102721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102721; background: linear-gradient(135deg, #102721, #101E27);