#88b2db
a light, vivid blue · cool · closest name: skyblue
RGB
136, 178, 219
HSL
210°, 54%, 70%
CMYK
38, 19, 0, 14
Luminance
0.4219
Every format
| HEX | #88b2db |
| RGB | rgb(136, 178, 219) |
| HSL | hsl(210, 54%, 70%) |
| CMYK | cmyk(38%, 19%, 0%, 14%) |
| LAB | lab(71.0 -3.9 -25.1) |
| LCH | lch(71.0 25.4 261.2) |
| OKLCH | oklch(0.748 0.075 248.2) |
Copy-ready code
/* CSS */
color: #88b2db;
background-color: #88b2db;
/* Tailwind (arbitrary) */
class="text-[#88b2db] bg-[#88b2db]"
/* SCSS */
$brand: #88b2db;
/* SwiftUI */
Color(red: 0.533, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#88b2db")Accessibility — WCAG contrast
Aa
#88b2db on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88b2db on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green69.8%
Blue85.9%
CMYK percentages
Cyan37.9%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#88b2db text on a black background
contrast 9.44:1
Card sample
#88b2db text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88b2db;
Background color
Panel with #88b2db background
background-color: #88b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88b2db; background: linear-gradient(135deg, #88b2db, #9588DB);