#88bafd
a light, electric blue · cool · closest name: steelblue
RGB
136, 186, 253
HSL
214°, 97%, 76%
CMYK
46, 27, 0, 1
Luminance
0.4744
Every format
| HEX | #88bafd |
| RGB | rgb(136, 186, 253) |
| HSL | hsl(214, 97%, 76%) |
| CMYK | cmyk(46%, 27%, 0%, 1%) |
| LAB | lab(74.5 1.0 -38.2) |
| LCH | lch(74.5 38.2 271.5) |
| OKLCH | oklch(0.780 0.110 256.0) |
Copy-ready code
/* CSS */
color: #88bafd;
background-color: #88bafd;
/* Tailwind (arbitrary) */
class="text-[#88bafd] bg-[#88bafd]"
/* SCSS */
$brand: #88bafd;
/* SwiftUI */
Color(red: 0.533, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#88bafd")Accessibility — WCAG contrast
Aa
#88bafd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88bafd on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green72.9%
Blue99.2%
CMYK percentages
Cyan46.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#88bafd text on a black background
contrast 10.49:1
Card sample
#88bafd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88bafd;
Background color
Panel with #88bafd background
background-color: #88bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88bafd; background: linear-gradient(135deg, #88bafd, #A488FD);