#88aaff
a light, electric blue · cool · closest name: dodgerblue
RGB
136, 170, 255
HSL
223°, 100%, 77%
CMYK
47, 33, 0, 0
Luminance
0.4120
Every format
| HEX | #88aaff |
| RGB | rgb(136, 170, 255) |
| HSL | hsl(223, 100%, 77%) |
| CMYK | cmyk(47%, 33%, 0%, 0%) |
| LAB | lab(70.3 10.5 -45.8) |
| LCH | lch(70.3 47.0 282.9) |
| OKLCH | oklch(0.748 0.129 266.7) |
Copy-ready code
/* CSS */
color: #88aaff;
background-color: #88aaff;
/* Tailwind (arbitrary) */
class="text-[#88aaff] bg-[#88aaff]"
/* SCSS */
$brand: #88aaff;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#88aaff")Accessibility — WCAG contrast
Aa
#88aaff on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aaff on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#88aaff text on a black background
contrast 9.24:1
Card sample
#88aaff text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aaff;
Background color
Panel with #88aaff background
background-color: #88aaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aaff; background: linear-gradient(135deg, #88aaff, #B688FF);