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