#0088ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
0, 136, 238
HSL
206°, 100%, 47%
CMYK
100, 43, 0, 7
Luminance
0.2378
Every format
| HEX | #0088ee |
| RGB | rgb(0, 136, 238) |
| HSL | hsl(206, 100%, 47%) |
| CMYK | cmyk(100%, 43%, 0%, 7%) |
| LAB | lab(55.9 7.3 -59.7) |
| LCH | lch(55.9 60.1 277.0) |
| OKLCH | oklch(0.621 0.181 251.1) |
Copy-ready code
/* CSS */
color: #0088ee;
background-color: #0088ee;
/* Tailwind (arbitrary) */
class="text-[#0088ee] bg-[#0088ee]"
/* SCSS */
$brand: #0088ee;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.933)
/* Android */
Color.parseColor("#0088ee")Accessibility — WCAG contrast
Aa
#0088ee on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0088ee on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue93.3%
CMYK percentages
Cyan100.0%
Magenta42.9%
Yellow0.0%
Key (black)6.7%
Color previews
#0088ee text on a black background
contrast 5.76:1
Card sample
#0088ee text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0088ee;
Background color
Panel with #0088ee background
background-color: #0088ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0088ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0088ee; background: linear-gradient(135deg, #0088ee, #1700EE);