#88abdf
a light, vivid blue · cool · closest name: steelblue
RGB
136, 171, 223
HSL
216°, 58%, 70%
CMYK
39, 23, 0, 13
Luminance
0.3969
Every format
| HEX | #88abdf |
| RGB | rgb(136, 171, 223) |
| HSL | hsl(216, 58%, 70%) |
| CMYK | cmyk(39%, 23%, 0%, 13%) |
| LAB | lab(69.3 1.0 -30.0) |
| LCH | lch(69.3 30.0 271.9) |
| OKLCH | oklch(0.735 0.085 258.1) |
Copy-ready code
/* CSS */
color: #88abdf;
background-color: #88abdf;
/* Tailwind (arbitrary) */
class="text-[#88abdf] bg-[#88abdf]"
/* SCSS */
$brand: #88abdf;
/* SwiftUI */
Color(red: 0.533, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#88abdf")Accessibility — WCAG contrast
Aa
#88abdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88abdf on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green67.1%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#88abdf text on a black background
contrast 8.94:1
Card sample
#88abdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88abdf;
Background color
Panel with #88abdf background
background-color: #88abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88abdf; background: linear-gradient(135deg, #88abdf, #9F88DF);