#88b3ff
a light, electric blue · cool · closest name: steelblue
RGB
136, 179, 255
HSL
218°, 100%, 77%
CMYK
47, 30, 0, 0
Luminance
0.4469
Every format
| HEX | #88b3ff |
| RGB | rgb(136, 179, 255) |
| HSL | hsl(218, 100%, 77%) |
| CMYK | cmyk(47%, 30%, 0%, 0%) |
| LAB | lab(72.7 5.4 -42.1) |
| LCH | lch(72.7 42.4 277.4) |
| OKLCH | oklch(0.766 0.119 261.4) |
Copy-ready code
/* CSS */
color: #88b3ff;
background-color: #88b3ff;
/* Tailwind (arbitrary) */
class="text-[#88b3ff] bg-[#88b3ff]"
/* SCSS */
$brand: #88b3ff;
/* SwiftUI */
Color(red: 0.533, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#88b3ff")Accessibility — WCAG contrast
Aa
#88b3ff on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88b3ff on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green70.2%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#88b3ff text on a black background
contrast 9.94:1
Card sample
#88b3ff text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88b3ff;
Background color
Panel with #88b3ff background
background-color: #88b3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88b3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88b3ff; background: linear-gradient(135deg, #88b3ff, #AC88FF);