#8ebfcb
a light, soft cyan · cool · closest name: skyblue
RGB
142, 191, 203
HSL
192°, 37%, 68%
CMYK
30, 6, 0, 20
Luminance
0.4732
Every format
| HEX | #8ebfcb |
| RGB | rgb(142, 191, 203) |
| HSL | hsl(192, 37%, 68%) |
| CMYK | cmyk(30%, 6%, 0%, 20%) |
| LAB | lab(74.4 -13.2 -11.2) |
| LCH | lch(74.4 17.3 220.4) |
| OKLCH | oklch(0.774 0.054 214.5) |
Copy-ready code
/* CSS */
color: #8ebfcb;
background-color: #8ebfcb;
/* Tailwind (arbitrary) */
class="text-[#8ebfcb] bg-[#8ebfcb]"
/* SCSS */
$brand: #8ebfcb;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#8ebfcb")Accessibility — WCAG contrast
Aa
#8ebfcb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfcb on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue79.6%
CMYK percentages
Cyan30.0%
Magenta5.9%
Yellow0.0%
Key (black)20.4%
Color previews
#8ebfcb text on a black background
contrast 10.46:1
Card sample
#8ebfcb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfcb;
Background color
Panel with #8ebfcb background
background-color: #8ebfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfcb; background: linear-gradient(135deg, #8ebfcb, #8E96CB);