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