#061510
a deep, vivid cyan · cool · closest name: black
RGB
6, 21, 16
HSL
160°, 56%, 5%
CMYK
71, 0, 24, 92
Luminance
0.0061
Every format
| HEX | #061510 |
| RGB | rgb(6, 21, 16) |
| HSL | hsl(160, 56%, 5%) |
| CMYK | cmyk(71%, 0%, 24%, 92%) |
| LAB | lab(5.5 -6.0 1.2) |
| LCH | lch(5.5 6.1 168.9) |
| OKLCH | oklch(0.180 0.024 170.4) |
Copy-ready code
/* CSS */
color: #061510;
background-color: #061510;
/* Tailwind (arbitrary) */
class="text-[#061510] bg-[#061510]"
/* SCSS */
$brand: #061510;
/* SwiftUI */
Color(red: 0.024, green: 0.082, blue: 0.063)
/* Android */
Color.parseColor("#061510")Accessibility — WCAG contrast
Aa
#061510 on white: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061510 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green8.2%
Blue6.3%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow23.8%
Key (black)91.8%
Color previews
#061510 text on a black background
contrast 1.12:1
Card sample
#061510 text on a white background
contrast 18.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061510;
Background color
Panel with #061510 background
background-color: #061510;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061510;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 21, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 21, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061510; background: linear-gradient(135deg, #061510, #061015);