#88a9da
a light, vivid blue · cool · closest name: steelblue
RGB
136, 169, 218
HSL
216°, 53%, 69%
CMYK
38, 23, 0, 15
Luminance
0.3867
Every format
| HEX | #88a9da |
| RGB | rgb(136, 169, 218) |
| HSL | hsl(216, 53%, 69%) |
| CMYK | cmyk(38%, 23%, 0%, 15%) |
| LAB | lab(68.5 0.8 -28.4) |
| LCH | lch(68.5 28.4 271.6) |
| OKLCH | oklch(0.729 0.080 258.1) |
Copy-ready code
/* CSS */
color: #88a9da;
background-color: #88a9da;
/* Tailwind (arbitrary) */
class="text-[#88a9da] bg-[#88a9da]"
/* SCSS */
$brand: #88a9da;
/* SwiftUI */
Color(red: 0.533, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#88a9da")Accessibility — WCAG contrast
Aa
#88a9da on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88a9da on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.3%
Blue85.5%
CMYK percentages
Cyan37.6%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#88a9da text on a black background
contrast 8.73:1
Card sample
#88a9da text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88a9da;
Background color
Panel with #88a9da background
background-color: #88a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88a9da; background: linear-gradient(135deg, #88a9da, #9E88DA);