#8fadf4
a light, electric blue · cool · closest name: steelblue
RGB
143, 173, 244
HSL
222°, 82%, 76%
CMYK
41, 29, 0, 4
Luminance
0.4226
Every format
| HEX | #8fadf4 |
| RGB | rgb(143, 173, 244) |
| HSL | hsl(222, 82%, 76%) |
| CMYK | cmyk(41%, 29%, 0%, 4%) |
| LAB | lab(71.0 7.4 -38.6) |
| LCH | lch(71.0 39.4 280.9) |
| OKLCH | oklch(0.753 0.108 266.3) |
Copy-ready code
/* CSS */
color: #8fadf4;
background-color: #8fadf4;
/* Tailwind (arbitrary) */
class="text-[#8fadf4] bg-[#8fadf4]"
/* SCSS */
$brand: #8fadf4;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#8fadf4")Accessibility — WCAG contrast
Aa
#8fadf4 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fadf4 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue95.7%
CMYK percentages
Cyan41.4%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#8fadf4 text on a black background
contrast 9.45:1
Card sample
#8fadf4 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fadf4;
Background color
Panel with #8fadf4 background
background-color: #8fadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fadf4; background: linear-gradient(135deg, #8fadf4, #B48FF4);