#8acafb
a light, electric blue · cool · closest name: skyblue
RGB
138, 202, 251
HSL
206°, 93%, 76%
CMYK
45, 20, 0, 2
Luminance
0.5461
Every format
| HEX | #8acafb |
| RGB | rgb(138, 202, 251) |
| HSL | hsl(206, 93%, 76%) |
| CMYK | cmyk(45%, 20%, 0%, 2%) |
| LAB | lab(78.8 -7.7 -30.4) |
| LCH | lch(78.8 31.4 255.7) |
| OKLCH | oklch(0.814 0.095 242.3) |
Copy-ready code
/* CSS */
color: #8acafb;
background-color: #8acafb;
/* Tailwind (arbitrary) */
class="text-[#8acafb] bg-[#8acafb]"
/* SCSS */
$brand: #8acafb;
/* SwiftUI */
Color(red: 0.541, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#8acafb")Accessibility — WCAG contrast
Aa
#8acafb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acafb on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green79.2%
Blue98.4%
CMYK percentages
Cyan45.0%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#8acafb text on a black background
contrast 11.92:1
Card sample
#8acafb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acafb;
Background color
Panel with #8acafb background
background-color: #8acafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acafb; background: linear-gradient(135deg, #8acafb, #958AFB);