#8bceee
a light, vivid cyan · cool · “skyblue”
RGB
139, 206, 238
HSL
199°, 74%, 74%
CMYK
42, 13, 0, 7
Luminance
0.5580
Every format
| HEX | #8bceee |
| RGB | rgb(139, 206, 238) |
| HSL | hsl(199, 74%, 74%) |
| CMYK | cmyk(42%, 13%, 0%, 7%) |
| LAB | lab(79.5 -13.1 -22.4) |
| LCH | lch(79.5 25.9 239.8) |
| OKLCH | oklch(0.818 0.081 229.6) |
Copy-ready code
/* CSS */
color: #8bceee;
background-color: #8bceee;
/* Tailwind (arbitrary) */
class="text-[#8bceee] bg-[#8bceee]"
/* SCSS */
$brand: #8bceee;
/* SwiftUI */
Color(red: 0.545, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#8bceee")Accessibility — WCAG contrast
Aa
#8bceee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bceee on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green80.8%
Blue93.3%
CMYK percentages
Cyan41.6%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#8bceee text on a black background
contrast 12.16:1
Card sample
#8bceee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bceee;
Background color
Panel with #8bceee background
background-color: #8bceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bceee; background: linear-gradient(135deg, #8bceee, #8B8CEE);