#031f29
a deep, electric cyan · cool · closest name: black
RGB
3, 31, 41
HSL
196°, 86%, 9%
CMYK
93, 24, 0, 84
Luminance
0.0116
Every format
| HEX | #031f29 |
| RGB | rgb(3, 31, 41) |
| HSL | hsl(196, 86%, 9%) |
| CMYK | cmyk(93%, 24%, 0%, 84%) |
| LAB | lab(10.3 -6.3 -9.8) |
| LCH | lch(10.3 11.7 237.2) |
| OKLCH | oklch(0.224 0.039 225.3) |
Copy-ready code
/* CSS */
color: #031f29;
background-color: #031f29;
/* Tailwind (arbitrary) */
class="text-[#031f29] bg-[#031f29]"
/* SCSS */
$brand: #031f29;
/* SwiftUI */
Color(red: 0.012, green: 0.122, blue: 0.161)
/* Android */
Color.parseColor("#031f29")Accessibility — WCAG contrast
Aa
#031f29 on white: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031f29 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green12.2%
Blue16.1%
CMYK percentages
Cyan92.7%
Magenta24.4%
Yellow0.0%
Key (black)83.9%
Color previews
#031f29 text on a black background
contrast 1.23:1
Card sample
#031f29 text on a white background
contrast 17.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031f29;
Background color
Panel with #031f29 background
background-color: #031f29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031f29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 31, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 31, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031f29; background: linear-gradient(135deg, #031f29, #030629);