#031f2c
a deep, electric cyan · cool · closest name: black
RGB
3, 31, 44
HSL
199°, 87%, 9%
CMYK
93, 30, 0, 83
Luminance
0.0118
Every format
| HEX | #031f2c |
| RGB | rgb(3, 31, 44) |
| HSL | hsl(199, 87%, 9%) |
| CMYK | cmyk(93%, 30%, 0%, 83%) |
| LAB | lab(10.4 -5.0 -11.7) |
| LCH | lch(10.4 12.8 247.1) |
| OKLCH | oklch(0.226 0.042 232.1) |
Copy-ready code
/* CSS */
color: #031f2c;
background-color: #031f2c;
/* Tailwind (arbitrary) */
class="text-[#031f2c] bg-[#031f2c]"
/* SCSS */
$brand: #031f2c;
/* SwiftUI */
Color(red: 0.012, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#031f2c")Accessibility — WCAG contrast
Aa
#031f2c on white: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031f2c on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green12.2%
Blue17.3%
CMYK percentages
Cyan93.2%
Magenta29.5%
Yellow0.0%
Key (black)82.7%
Color previews
#031f2c text on a black background
contrast 1.24:1
Card sample
#031f2c text on a white background
contrast 16.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031f2c;
Background color
Panel with #031f2c background
background-color: #031f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031f2c; background: linear-gradient(135deg, #031f2c, #03042C);