#8fbeee
a light, vivid blue · cool · closest name: skyblue
RGB
143, 190, 238
HSL
210°, 74%, 75%
CMYK
40, 20, 0, 7
Luminance
0.4884
Every format
| HEX | #8fbeee |
| RGB | rgb(143, 190, 238) |
| HSL | hsl(210, 74%, 75%) |
| CMYK | cmyk(40%, 20%, 0%, 7%) |
| LAB | lab(75.3 -3.6 -28.7) |
| LCH | lch(75.3 29.0 262.9) |
| OKLCH | oklch(0.786 0.085 249.5) |
Copy-ready code
/* CSS */
color: #8fbeee;
background-color: #8fbeee;
/* Tailwind (arbitrary) */
class="text-[#8fbeee] bg-[#8fbeee]"
/* SCSS */
$brand: #8fbeee;
/* SwiftUI */
Color(red: 0.561, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#8fbeee")Accessibility — WCAG contrast
Aa
#8fbeee on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbeee on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.5%
Blue93.3%
CMYK percentages
Cyan39.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#8fbeee text on a black background
contrast 10.77:1
Card sample
#8fbeee text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbeee;
Background color
Panel with #8fbeee background
background-color: #8fbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbeee; background: linear-gradient(135deg, #8fbeee, #9F8FEE);