#88aacc
a light, soft blue · cool · closest name: skyblue
RGB
136, 170, 204
HSL
210°, 40%, 67%
CMYK
33, 17, 0, 20
Luminance
0.3834
Every format
| HEX | #88aacc |
| RGB | rgb(136, 170, 204) |
| HSL | hsl(210, 40%, 67%) |
| CMYK | cmyk(33%, 17%, 0%, 20%) |
| LAB | lab(68.3 -3.4 -21.1) |
| LCH | lch(68.3 21.3 260.8) |
| OKLCH | oklch(0.725 0.062 248.7) |
Copy-ready code
/* CSS */
color: #88aacc;
background-color: #88aacc;
/* Tailwind (arbitrary) */
class="text-[#88aacc] bg-[#88aacc]"
/* SCSS */
$brand: #88aacc;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 0.800)
/* Android */
Color.parseColor("#88aacc")Accessibility — WCAG contrast
Aa
#88aacc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aacc on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta16.7%
Yellow0.0%
Key (black)20.0%
Color previews
#88aacc text on a black background
contrast 8.67:1
Card sample
#88aacc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aacc;
Background color
Panel with #88aacc background
background-color: #88aacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aacc; background: linear-gradient(135deg, #88aacc, #9388CC);