#8ebdbf
a light, soft cyan · cool · closest name: skyblue
RGB
142, 189, 191
HSL
182°, 28%, 65%
CMYK
26, 1, 0, 25
Luminance
0.4591
Every format
| HEX | #8ebdbf |
| RGB | rgb(142, 189, 191) |
| HSL | hsl(182, 28%, 65%) |
| CMYK | cmyk(26%, 1%, 0%, 25%) |
| LAB | lab(73.5 -14.9 -6.0) |
| LCH | lch(73.5 16.1 202.0) |
| OKLCH | oklch(0.766 0.050 199.4) |
Copy-ready code
/* CSS */
color: #8ebdbf;
background-color: #8ebdbf;
/* Tailwind (arbitrary) */
class="text-[#8ebdbf] bg-[#8ebdbf]"
/* SCSS */
$brand: #8ebdbf;
/* SwiftUI */
Color(red: 0.557, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#8ebdbf")Accessibility — WCAG contrast
Aa
#8ebdbf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebdbf on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.1%
Blue74.9%
CMYK percentages
Cyan25.7%
Magenta1.0%
Yellow0.0%
Key (black)25.1%
Color previews
#8ebdbf text on a black background
contrast 10.18:1
Card sample
#8ebdbf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebdbf;
Background color
Panel with #8ebdbf background
background-color: #8ebdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebdbf; background: linear-gradient(135deg, #8ebdbf, #8E9CBF);