#031f22
a deep, electric cyan · cool · closest name: black
RGB
3, 31, 34
HSL
186°, 84%, 7%
CMYK
91, 9, 0, 87
Luminance
0.0111
Every format
| HEX | #031f22 |
| RGB | rgb(3, 31, 34) |
| HSL | hsl(186, 84%, 7%) |
| CMYK | cmyk(91%, 9%, 0%, 87%) |
| LAB | lab(9.9 -9.3 -5.2) |
| LCH | lch(9.9 10.6 209.0) |
| OKLCH | oklch(0.220 0.034 204.9) |
Copy-ready code
/* CSS */
color: #031f22;
background-color: #031f22;
/* Tailwind (arbitrary) */
class="text-[#031f22] bg-[#031f22]"
/* SCSS */
$brand: #031f22;
/* SwiftUI */
Color(red: 0.012, green: 0.122, blue: 0.133)
/* Android */
Color.parseColor("#031f22")Accessibility — WCAG contrast
Aa
#031f22 on white: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031f22 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green12.2%
Blue13.3%
CMYK percentages
Cyan91.2%
Magenta8.8%
Yellow0.0%
Key (black)86.7%
Color previews
#031f22 text on a black background
contrast 1.22:1
Card sample
#031f22 text on a white background
contrast 17.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031f22;
Background color
Panel with #031f22 background
background-color: #031f22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031f22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 31, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 31, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031f22; background: linear-gradient(135deg, #031f22, #030A22);