#031921
a deep, electric cyan · cool · closest name: black
RGB
3, 25, 33
HSL
196°, 83%, 7%
CMYK
91, 24, 0, 87
Luminance
0.0082
Every format
| HEX | #031921 |
| RGB | rgb(3, 25, 33) |
| HSL | hsl(196, 83%, 7%) |
| CMYK | cmyk(91%, 24%, 0%, 87%) |
| LAB | lab(7.5 -5.1 -8.2) |
| LCH | lch(7.5 9.6 238.2) |
| OKLCH | oklch(0.200 0.033 224.3) |
Copy-ready code
/* CSS */
color: #031921;
background-color: #031921;
/* Tailwind (arbitrary) */
class="text-[#031921] bg-[#031921]"
/* SCSS */
$brand: #031921;
/* SwiftUI */
Color(red: 0.012, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#031921")Accessibility — WCAG contrast
Aa
#031921 on white: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031921 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green9.8%
Blue12.9%
CMYK percentages
Cyan90.9%
Magenta24.2%
Yellow0.0%
Key (black)87.1%
Color previews
#031921 text on a black background
contrast 1.16:1
Card sample
#031921 text on a white background
contrast 18.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031921;
Background color
Panel with #031921 background
background-color: #031921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031921; background: linear-gradient(135deg, #031921, #030521);