#87ceac
a light, soft green · cool · closest name: turquoise
RGB
135, 206, 172
HSL
151°, 42%, 67%
CMYK
35, 0, 17, 19
Luminance
0.5227
Every format
| HEX | #87ceac |
| RGB | rgb(135, 206, 172) |
| HSL | hsl(151, 42%, 67%) |
| CMYK | cmyk(35%, 0%, 17%, 19%) |
| LAB | lab(77.4 -29.6 9.9) |
| LCH | lch(77.4 31.2 161.5) |
| OKLCH | oklch(0.795 0.087 162.9) |
Copy-ready code
/* CSS */
color: #87ceac;
background-color: #87ceac;
/* Tailwind (arbitrary) */
class="text-[#87ceac] bg-[#87ceac]"
/* SCSS */
$brand: #87ceac;
/* SwiftUI */
Color(red: 0.529, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#87ceac")Accessibility — WCAG contrast
Aa
#87ceac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ceac on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.8%
Blue67.5%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#87ceac text on a black background
contrast 11.45:1
Card sample
#87ceac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ceac;
Background color
Panel with #87ceac background
background-color: #87ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ceac; background: linear-gradient(135deg, #87ceac, #87C1CE);