#060052
a deep, electric blue · warm · closest name: midnightblue
RGB
6, 0, 82
HSL
244°, 100%, 16%
CMYK
93, 100, 0, 68
Luminance
0.0065
Every format
| HEX | #060052 |
| RGB | rgb(6, 0, 82) |
| HSL | hsl(244, 100%, 16%) |
| CMYK | cmyk(93%, 100%, 0%, 68%) |
| LAB | lab(5.8 33.9 -46.2) |
| LCH | lch(5.8 57.3 306.3) |
| OKLCH | oklch(0.202 0.135 268.5) |
Copy-ready code
/* CSS */
color: #060052;
background-color: #060052;
/* Tailwind (arbitrary) */
class="text-[#060052] bg-[#060052]"
/* SCSS */
$brand: #060052;
/* SwiftUI */
Color(red: 0.024, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#060052")Accessibility — WCAG contrast
Aa
#060052 on white: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060052 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green0.0%
Blue32.2%
CMYK percentages
Cyan92.7%
Magenta100.0%
Yellow0.0%
Key (black)67.8%
Color previews
#060052 text on a black background
contrast 1.13:1
Card sample
#060052 text on a white background
contrast 18.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060052;
Background color
Panel with #060052 background
background-color: #060052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060052; background: linear-gradient(135deg, #060052, #3D0052);