#8fdaf4
a light, electric cyan · cool · closest name: skyblue
RGB
143, 218, 244
HSL
195°, 82%, 76%
CMYK
41, 11, 0, 4
Luminance
0.6251
Every format
| HEX | #8fdaf4 |
| RGB | rgb(143, 218, 244) |
| HSL | hsl(195, 82%, 76%) |
| CMYK | cmyk(41%, 11%, 0%, 4%) |
| LAB | lab(83.2 -16.7 -20.0) |
| LCH | lch(83.2 26.1 230.2) |
| OKLCH | oklch(0.848 0.083 221.9) |
Copy-ready code
/* CSS */
color: #8fdaf4;
background-color: #8fdaf4;
/* Tailwind (arbitrary) */
class="text-[#8fdaf4] bg-[#8fdaf4]"
/* SCSS */
$brand: #8fdaf4;
/* SwiftUI */
Color(red: 0.561, green: 0.855, blue: 0.957)
/* Android */
Color.parseColor("#8fdaf4")Accessibility — WCAG contrast
Aa
#8fdaf4 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdaf4 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.5%
Blue95.7%
CMYK percentages
Cyan41.4%
Magenta10.7%
Yellow0.0%
Key (black)4.3%
Color previews
#8fdaf4 text on a black background
contrast 13.50:1
Card sample
#8fdaf4 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdaf4;
Background color
Panel with #8fdaf4 background
background-color: #8fdaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 218, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 218, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdaf4; background: linear-gradient(135deg, #8fdaf4, #8F97F4);