#88a2ac
a balanced, soft cyan · cool · closest name: gray
RGB
136, 162, 172
HSL
197°, 18%, 60%
CMYK
21, 6, 0, 33
Luminance
0.3405
Every format
| HEX | #88a2ac |
| RGB | rgb(136, 162, 172) |
| HSL | hsl(197, 18%, 60%) |
| CMYK | cmyk(21%, 6%, 0%, 33%) |
| LAB | lab(65.0 -6.8 -8.2) |
| LCH | lch(65.0 10.6 230.4) |
| OKLCH | oklch(0.696 0.033 223.1) |
Copy-ready code
/* CSS */
color: #88a2ac;
background-color: #88a2ac;
/* Tailwind (arbitrary) */
class="text-[#88a2ac] bg-[#88a2ac]"
/* SCSS */
$brand: #88a2ac;
/* SwiftUI */
Color(red: 0.533, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#88a2ac")Accessibility — WCAG contrast
Aa
#88a2ac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88a2ac on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green63.5%
Blue67.5%
CMYK percentages
Cyan20.9%
Magenta5.8%
Yellow0.0%
Key (black)32.5%
Color previews
#88a2ac text on a black background
contrast 7.81:1
Card sample
#88a2ac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88a2ac;
Background color
Panel with #88a2ac background
background-color: #88a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88a2ac; background: linear-gradient(135deg, #88a2ac, #888AAC);