#87fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
135, 251, 223
HSL
166°, 94%, 76%
CMYK
46, 0, 11, 2
Luminance
0.7947
Every format
| HEX | #87fbdf |
| RGB | rgb(135, 251, 223) |
| HSL | hsl(166, 94%, 76%) |
| CMYK | cmyk(46%, 0%, 11%, 2%) |
| LAB | lab(91.5 -39.5 3.2) |
| LCH | lch(91.5 39.6 175.3) |
| OKLCH | oklch(0.912 0.114 176.0) |
Copy-ready code
/* CSS */
color: #87fbdf;
background-color: #87fbdf;
/* Tailwind (arbitrary) */
class="text-[#87fbdf] bg-[#87fbdf]"
/* SCSS */
$brand: #87fbdf;
/* SwiftUI */
Color(red: 0.529, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#87fbdf")Accessibility — WCAG contrast
Aa
#87fbdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87fbdf on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green98.4%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#87fbdf text on a black background
contrast 16.89:1
Card sample
#87fbdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87fbdf;
Background color
Panel with #87fbdf background
background-color: #87fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87fbdf; background: linear-gradient(135deg, #87fbdf, #87CAFB);