#87c2db
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 194, 219
HSL
198°, 54%, 69%
CMYK
38, 11, 0, 14
Luminance
0.4885
Every format
| HEX | #87c2db |
| RGB | rgb(135, 194, 219) |
| HSL | hsl(198, 54%, 69%) |
| CMYK | cmyk(38%, 11%, 0%, 14%) |
| LAB | lab(75.4 -12.7 -18.5) |
| LCH | lch(75.4 22.5 235.4) |
| OKLCH | oklch(0.782 0.070 226.3) |
Copy-ready code
/* CSS */
color: #87c2db;
background-color: #87c2db;
/* Tailwind (arbitrary) */
class="text-[#87c2db] bg-[#87c2db]"
/* SCSS */
$brand: #87c2db;
/* SwiftUI */
Color(red: 0.529, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#87c2db")Accessibility — WCAG contrast
Aa
#87c2db on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87c2db on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green76.1%
Blue85.9%
CMYK percentages
Cyan38.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#87c2db text on a black background
contrast 10.77:1
Card sample
#87c2db text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87c2db;
Background color
Panel with #87c2db background
background-color: #87c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87c2db; background: linear-gradient(135deg, #87c2db, #878ADB);