#88a0c3
a balanced, soft blue · cool · closest name: steelblue
RGB
136, 160, 195
HSL
216°, 33%, 65%
CMYK
30, 18, 0, 24
Luminance
0.3432
Every format
| HEX | #88a0c3 |
| RGB | rgb(136, 160, 195) |
| HSL | hsl(216, 33%, 65%) |
| CMYK | cmyk(30%, 18%, 0%, 24%) |
| LAB | lab(65.2 -0.2 -20.7) |
| LCH | lch(65.2 20.7 269.6) |
| OKLCH | oklch(0.700 0.058 257.7) |
Copy-ready code
/* CSS */
color: #88a0c3;
background-color: #88a0c3;
/* Tailwind (arbitrary) */
class="text-[#88a0c3] bg-[#88a0c3]"
/* SCSS */
$brand: #88a0c3;
/* SwiftUI */
Color(red: 0.533, green: 0.627, blue: 0.765)
/* Android */
Color.parseColor("#88a0c3")Accessibility — WCAG contrast
Aa
#88a0c3 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88a0c3 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green62.7%
Blue76.5%
CMYK percentages
Cyan30.3%
Magenta17.9%
Yellow0.0%
Key (black)23.5%
Color previews
#88a0c3 text on a black background
contrast 7.86:1
Card sample
#88a0c3 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88a0c3;
Background color
Panel with #88a0c3 background
background-color: #88a0c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88a0c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 160, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 160, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88a0c3; background: linear-gradient(135deg, #88a0c3, #9788C3);