#8acfff
a light, electric blue · cool · closest name: skyblue
RGB
138, 207, 255
HSL
205°, 100%, 77%
CMYK
46, 19, 0, 0
Luminance
0.5725
Every format
| HEX | #8acfff |
| RGB | rgb(138, 207, 255) |
| HSL | hsl(205, 100%, 77%) |
| CMYK | cmyk(46%, 19%, 0%, 0%) |
| LAB | lab(80.3 -9.3 -30.2) |
| LCH | lch(80.3 31.6 252.9) |
| OKLCH | oklch(0.826 0.097 239.8) |
Copy-ready code
/* CSS */
color: #8acfff;
background-color: #8acfff;
/* Tailwind (arbitrary) */
class="text-[#8acfff] bg-[#8acfff]"
/* SCSS */
$brand: #8acfff;
/* SwiftUI */
Color(red: 0.541, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#8acfff")Accessibility — WCAG contrast
Aa
#8acfff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acfff on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green81.2%
Blue100.0%
CMYK percentages
Cyan45.9%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#8acfff text on a black background
contrast 12.45:1
Card sample
#8acfff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acfff;
Background color
Panel with #8acfff background
background-color: #8acfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acfff; background: linear-gradient(135deg, #8acfff, #938AFF);