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