#88c4cf
a light, soft cyan · cool · closest name: skyblue
RGB
136, 196, 207
HSL
189°, 43%, 67%
CMYK
34, 5, 0, 19
Luminance
0.4922
Every format
| HEX | #88c4cf |
| RGB | rgb(136, 196, 207) |
| HSL | hsl(189, 43%, 67%) |
| CMYK | cmyk(34%, 5%, 0%, 19%) |
| LAB | lab(75.6 -16.5 -11.7) |
| LCH | lch(75.6 20.2 215.2) |
| OKLCH | oklch(0.783 0.063 210.2) |
Copy-ready code
/* CSS */
color: #88c4cf;
background-color: #88c4cf;
/* Tailwind (arbitrary) */
class="text-[#88c4cf] bg-[#88c4cf]"
/* SCSS */
$brand: #88c4cf;
/* SwiftUI */
Color(red: 0.533, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#88c4cf")Accessibility — WCAG contrast
Aa
#88c4cf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88c4cf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green76.9%
Blue81.2%
CMYK percentages
Cyan34.3%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#88c4cf text on a black background
contrast 10.84:1
Card sample
#88c4cf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88c4cf;
Background color
Panel with #88c4cf background
background-color: #88c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88c4cf; background: linear-gradient(135deg, #88c4cf, #8895CF);