#87c2ba
a balanced, soft cyan · cool · closest name: skyblue
RGB
135, 194, 186
HSL
172°, 33%, 65%
CMYK
30, 0, 4, 24
Luminance
0.4728
Every format
| HEX | #87c2ba |
| RGB | rgb(135, 194, 186) |
| HSL | hsl(172, 33%, 65%) |
| CMYK | cmyk(30%, 0%, 4%, 24%) |
| LAB | lab(74.4 -20.7 -2.1) |
| LCH | lch(74.4 20.8 185.7) |
| OKLCH | oklch(0.771 0.062 185.4) |
Copy-ready code
/* CSS */
color: #87c2ba;
background-color: #87c2ba;
/* Tailwind (arbitrary) */
class="text-[#87c2ba] bg-[#87c2ba]"
/* SCSS */
$brand: #87c2ba;
/* SwiftUI */
Color(red: 0.529, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#87c2ba")Accessibility — WCAG contrast
Aa
#87c2ba on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c2ba on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green76.1%
Blue72.9%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#87c2ba text on a black background
contrast 10.46:1
Card sample
#87c2ba text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c2ba;
Background color
Panel with #87c2ba background
background-color: #87c2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c2ba; background: linear-gradient(135deg, #87c2ba, #87A3C2);