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