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