#8ebfd4
a light, soft cyan · cool · closest name: skyblue
RGB
142, 191, 212
HSL
198°, 45%, 69%
CMYK
33, 10, 0, 17
Luminance
0.4777
Every format
| HEX | #8ebfd4 |
| RGB | rgb(142, 191, 212) |
| HSL | hsl(198, 45%, 69%) |
| CMYK | cmyk(33%, 10%, 0%, 17%) |
| LAB | lab(74.7 -11.0 -15.7) |
| LCH | lch(74.7 19.2 234.9) |
| OKLCH | oklch(0.777 0.059 226.2) |
Copy-ready code
/* CSS */
color: #8ebfd4;
background-color: #8ebfd4;
/* Tailwind (arbitrary) */
class="text-[#8ebfd4] bg-[#8ebfd4]"
/* SCSS */
$brand: #8ebfd4;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#8ebfd4")Accessibility — WCAG contrast
Aa
#8ebfd4 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfd4 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue83.1%
CMYK percentages
Cyan33.0%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#8ebfd4 text on a black background
contrast 10.55:1
Card sample
#8ebfd4 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfd4;
Background color
Panel with #8ebfd4 background
background-color: #8ebfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfd4; background: linear-gradient(135deg, #8ebfd4, #8E90D4);