#062321
a deep, vivid cyan · cool · closest name: black
RGB
6, 35, 33
HSL
176°, 71%, 8%
CMYK
83, 0, 6, 86
Luminance
0.0135
Every format
| HEX | #062321 |
| RGB | rgb(6, 35, 33) |
| HSL | hsl(176, 71%, 8%) |
| CMYK | cmyk(83%, 0%, 6%, 86%) |
| LAB | lab(11.6 -11.3 -1.9) |
| LCH | lch(11.6 11.5 189.3) |
| OKLCH | oklch(0.234 0.035 188.7) |
Copy-ready code
/* CSS */
color: #062321;
background-color: #062321;
/* Tailwind (arbitrary) */
class="text-[#062321] bg-[#062321]"
/* SCSS */
$brand: #062321;
/* SwiftUI */
Color(red: 0.024, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#062321")Accessibility — WCAG contrast
Aa
#062321 on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062321 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green13.7%
Blue12.9%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow5.7%
Key (black)86.3%
Color previews
#062321 text on a black background
contrast 1.27:1
Card sample
#062321 text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062321;
Background color
Panel with #062321 background
background-color: #062321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062321; background: linear-gradient(135deg, #062321, #061223);