#060088
a dark, electric blue · warm · closest name: navy
RGB
6, 0, 136
HSL
243°, 100%, 27%
CMYK
96, 100, 0, 47
Luminance
0.0182
Every format
| HEX | #060088 |
| RGB | rgb(6, 0, 136) |
| HSL | hsl(243, 100%, 27%) |
| CMYK | cmyk(96%, 100%, 0%, 47%) |
| LAB | lab(14.5 49.7 -67.2) |
| LCH | lch(14.5 83.6 306.5) |
| OKLCH | oklch(0.285 0.195 265.6) |
Copy-ready code
/* CSS */
color: #060088;
background-color: #060088;
/* Tailwind (arbitrary) */
class="text-[#060088] bg-[#060088]"
/* SCSS */
$brand: #060088;
/* SwiftUI */
Color(red: 0.024, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#060088")Accessibility — WCAG contrast
Aa
#060088 on white: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060088 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green0.0%
Blue53.3%
CMYK percentages
Cyan95.6%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#060088 text on a black background
contrast 1.36:1
Card sample
#060088 text on a white background
contrast 15.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060088;
Background color
Panel with #060088 background
background-color: #060088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060088; background: linear-gradient(135deg, #060088, #610088);