#87cfbc
a light, soft cyan · cool · closest name: turquoise
RGB
135, 207, 188
HSL
164°, 43%, 67%
CMYK
35, 0, 9, 19
Luminance
0.5341
Every format
| HEX | #87cfbc |
| RGB | rgb(135, 207, 188) |
| HSL | hsl(164, 43%, 67%) |
| CMYK | cmyk(35%, 0%, 9%, 19%) |
| LAB | lab(78.1 -26.7 2.3) |
| LCH | lch(78.1 26.8 175.0) |
| OKLCH | oklch(0.801 0.077 175.8) |
Copy-ready code
/* CSS */
color: #87cfbc;
background-color: #87cfbc;
/* Tailwind (arbitrary) */
class="text-[#87cfbc] bg-[#87cfbc]"
/* SCSS */
$brand: #87cfbc;
/* SwiftUI */
Color(red: 0.529, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#87cfbc")Accessibility — WCAG contrast
Aa
#87cfbc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cfbc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green81.2%
Blue73.7%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#87cfbc text on a black background
contrast 11.68:1
Card sample
#87cfbc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cfbc;
Background color
Panel with #87cfbc background
background-color: #87cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cfbc; background: linear-gradient(135deg, #87cfbc, #87B2CF);