#8ebacf
a light, soft cyan · cool · closest name: skyblue
RGB
142, 186, 207
HSL
199°, 40%, 68%
CMYK
31, 10, 0, 19
Luminance
0.4537
Every format
| HEX | #8ebacf |
| RGB | rgb(142, 186, 207) |
| HSL | hsl(199, 40%, 68%) |
| CMYK | cmyk(31%, 10%, 0%, 19%) |
| LAB | lab(73.1 -9.6 -15.3) |
| LCH | lch(73.1 18.1 237.9) |
| OKLCH | oklch(0.765 0.056 228.8) |
Copy-ready code
/* CSS */
color: #8ebacf;
background-color: #8ebacf;
/* Tailwind (arbitrary) */
class="text-[#8ebacf] bg-[#8ebacf]"
/* SCSS */
$brand: #8ebacf;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#8ebacf")Accessibility — WCAG contrast
Aa
#8ebacf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebacf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue81.2%
CMYK percentages
Cyan31.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#8ebacf text on a black background
contrast 10.07:1
Card sample
#8ebacf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebacf;
Background color
Panel with #8ebacf background
background-color: #8ebacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebacf; background: linear-gradient(135deg, #8ebacf, #8E8FCF);