#8bdeef
a light, electric cyan · cool · closest name: skyblue
RGB
139, 222, 239
HSL
190°, 76%, 74%
CMYK
42, 7, 0, 6
Luminance
0.6396
Every format
| HEX | #8bdeef |
| RGB | rgb(139, 222, 239) |
| HSL | hsl(190, 76%, 74%) |
| CMYK | cmyk(42%, 7%, 0%, 6%) |
| LAB | lab(83.9 -21.0 -16.2) |
| LCH | lch(83.9 26.5 217.8) |
| OKLCH | oklch(0.854 0.084 212.1) |
Copy-ready code
/* CSS */
color: #8bdeef;
background-color: #8bdeef;
/* Tailwind (arbitrary) */
class="text-[#8bdeef] bg-[#8bdeef]"
/* SCSS */
$brand: #8bdeef;
/* SwiftUI */
Color(red: 0.545, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#8bdeef")Accessibility — WCAG contrast
Aa
#8bdeef on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdeef on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green87.1%
Blue93.7%
CMYK percentages
Cyan41.8%
Magenta7.1%
Yellow0.0%
Key (black)6.3%
Color previews
#8bdeef text on a black background
contrast 13.79:1
Card sample
#8bdeef text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdeef;
Background color
Panel with #8bdeef background
background-color: #8bdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdeef; background: linear-gradient(135deg, #8bdeef, #8B9BEF);