#061539
a deep, electric blue · cool · closest name: black
RGB
6, 21, 57
HSL
222°, 81%, 12%
CMYK
90, 63, 0, 78
Luminance
0.0087
Every format
| HEX | #061539 |
| RGB | rgb(6, 21, 57) |
| HSL | hsl(222, 81%, 12%) |
| CMYK | cmyk(90%, 63%, 0%, 78%) |
| LAB | lab(7.9 9.6 -25.2) |
| LCH | lch(7.9 27.0 290.8) |
| OKLCH | oklch(0.209 0.073 263.6) |
Copy-ready code
/* CSS */
color: #061539;
background-color: #061539;
/* Tailwind (arbitrary) */
class="text-[#061539] bg-[#061539]"
/* SCSS */
$brand: #061539;
/* SwiftUI */
Color(red: 0.024, green: 0.082, blue: 0.224)
/* Android */
Color.parseColor("#061539")Accessibility — WCAG contrast
Aa
#061539 on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061539 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green8.2%
Blue22.4%
CMYK percentages
Cyan89.5%
Magenta63.2%
Yellow0.0%
Key (black)77.6%
Color previews
#061539 text on a black background
contrast 1.17:1
Card sample
#061539 text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061539;
Background color
Panel with #061539 background
background-color: #061539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 21, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 21, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061539; background: linear-gradient(135deg, #061539, #190639);