#8ebfd0
a light, soft cyan · cool · closest name: skyblue
RGB
142, 191, 208
HSL
196°, 41%, 69%
CMYK
32, 8, 0, 18
Luminance
0.4757
Every format
| HEX | #8ebfd0 |
| RGB | rgb(142, 191, 208) |
| HSL | hsl(196, 41%, 69%) |
| CMYK | cmyk(32%, 8%, 0%, 18%) |
| LAB | lab(74.5 -12.0 -13.7) |
| LCH | lch(74.5 18.2 228.8) |
| OKLCH | oklch(0.776 0.057 221.3) |
Copy-ready code
/* CSS */
color: #8ebfd0;
background-color: #8ebfd0;
/* Tailwind (arbitrary) */
class="text-[#8ebfd0] bg-[#8ebfd0]"
/* SCSS */
$brand: #8ebfd0;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#8ebfd0")Accessibility — WCAG contrast
Aa
#8ebfd0 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfd0 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue81.6%
CMYK percentages
Cyan31.7%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#8ebfd0 text on a black background
contrast 10.51:1
Card sample
#8ebfd0 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfd0;
Background color
Panel with #8ebfd0 background
background-color: #8ebfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfd0; background: linear-gradient(135deg, #8ebfd0, #8E93D0);