#88aabb
a balanced, soft blue · cool · closest name: skyblue
RGB
136, 170, 187
HSL
200°, 27%, 63%
CMYK
27, 9, 0, 27
Luminance
0.3757
Every format
| HEX | #88aabb |
| RGB | rgb(136, 170, 187) |
| HSL | hsl(200, 27%, 63%) |
| CMYK | cmyk(27%, 9%, 0%, 27%) |
| LAB | lab(67.7 -7.6 -12.5) |
| LCH | lch(67.7 14.7 238.7) |
| OKLCH | oklch(0.719 0.045 229.8) |
Copy-ready code
/* CSS */
color: #88aabb;
background-color: #88aabb;
/* Tailwind (arbitrary) */
class="text-[#88aabb] bg-[#88aabb]"
/* SCSS */
$brand: #88aabb;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#88aabb")Accessibility — WCAG contrast
Aa
#88aabb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aabb on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue73.3%
CMYK percentages
Cyan27.3%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#88aabb text on a black background
contrast 8.51:1
Card sample
#88aabb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aabb;
Background color
Panel with #88aabb background
background-color: #88aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aabb; background: linear-gradient(135deg, #88aabb, #8888BB);