#88bbff
a light, electric blue · cool · closest name: steelblue
RGB
136, 187, 255
HSL
214°, 100%, 77%
CMYK
47, 27, 0, 0
Luminance
0.4799
Every format
| HEX | #88bbff |
| RGB | rgb(136, 187, 255) |
| HSL | hsl(214, 100%, 77%) |
| CMYK | cmyk(47%, 27%, 0%, 0%) |
| LAB | lab(74.8 1.0 -38.7) |
| LCH | lch(74.8 38.8 271.5) |
| OKLCH | oklch(0.783 0.112 255.9) |
Copy-ready code
/* CSS */
color: #88bbff;
background-color: #88bbff;
/* Tailwind (arbitrary) */
class="text-[#88bbff] bg-[#88bbff]"
/* SCSS */
$brand: #88bbff;
/* SwiftUI */
Color(red: 0.533, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#88bbff")Accessibility — WCAG contrast
Aa
#88bbff on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88bbff on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green73.3%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#88bbff text on a black background
contrast 10.60:1
Card sample
#88bbff text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88bbff;
Background color
Panel with #88bbff background
background-color: #88bbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88bbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88bbff; background: linear-gradient(135deg, #88bbff, #A488FF);