#8eb7bf
a light, soft cyan · cool · closest name: skyblue
RGB
142, 183, 191
HSL
190°, 28%, 65%
CMYK
26, 4, 0, 25
Luminance
0.4338
Every format
| HEX | #8eb7bf |
| RGB | rgb(142, 183, 191) |
| HSL | hsl(190, 28%, 65%) |
| CMYK | cmyk(26%, 4%, 0%, 25%) |
| LAB | lab(71.8 -11.8 -8.5) |
| LCH | lch(71.8 14.6 215.8) |
| OKLCH | oklch(0.752 0.045 210.9) |
Copy-ready code
/* CSS */
color: #8eb7bf;
background-color: #8eb7bf;
/* Tailwind (arbitrary) */
class="text-[#8eb7bf] bg-[#8eb7bf]"
/* SCSS */
$brand: #8eb7bf;
/* SwiftUI */
Color(red: 0.557, green: 0.718, blue: 0.749)
/* Android */
Color.parseColor("#8eb7bf")Accessibility — WCAG contrast
Aa
#8eb7bf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb7bf on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.8%
Blue74.9%
CMYK percentages
Cyan25.7%
Magenta4.2%
Yellow0.0%
Key (black)25.1%
Color previews
#8eb7bf text on a black background
contrast 9.68:1
Card sample
#8eb7bf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb7bf;
Background color
Panel with #8eb7bf background
background-color: #8eb7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 183, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 183, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb7bf; background: linear-gradient(135deg, #8eb7bf, #8E96BF);