#8abfef
a light, electric blue · cool · closest name: skyblue
RGB
138, 191, 239
HSL
209°, 76%, 74%
CMYK
42, 20, 0, 6
Luminance
0.4890
Every format
| HEX | #8abfef |
| RGB | rgb(138, 191, 239) |
| HSL | hsl(209, 76%, 74%) |
| CMYK | cmyk(42%, 20%, 0%, 6%) |
| LAB | lab(75.4 -5.1 -29.3) |
| LCH | lch(75.4 29.7 260.1) |
| OKLCH | oklch(0.785 0.088 246.5) |
Copy-ready code
/* CSS */
color: #8abfef;
background-color: #8abfef;
/* Tailwind (arbitrary) */
class="text-[#8abfef] bg-[#8abfef]"
/* SCSS */
$brand: #8abfef;
/* SwiftUI */
Color(red: 0.541, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#8abfef")Accessibility — WCAG contrast
Aa
#8abfef on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8abfef on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green74.9%
Blue93.7%
CMYK percentages
Cyan42.3%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#8abfef text on a black background
contrast 10.78:1
Card sample
#8abfef text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8abfef;
Background color
Panel with #8abfef background
background-color: #8abfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8abfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8abfef; background: linear-gradient(135deg, #8abfef, #988AEF);