#8fdfe4
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 223, 228
HSL
184°, 61%, 73%
CMYK
37, 2, 0, 11
Luminance
0.6422
Every format
| HEX | #8fdfe4 |
| RGB | rgb(143, 223, 228) |
| HSL | hsl(184, 61%, 73%) |
| CMYK | cmyk(37%, 2%, 0%, 11%) |
| LAB | lab(84.1 -23.2 -10.2) |
| LCH | lch(84.1 25.3 203.7) |
| OKLCH | oklch(0.854 0.079 200.8) |
Copy-ready code
/* CSS */
color: #8fdfe4;
background-color: #8fdfe4;
/* Tailwind (arbitrary) */
class="text-[#8fdfe4] bg-[#8fdfe4]"
/* SCSS */
$brand: #8fdfe4;
/* SwiftUI */
Color(red: 0.561, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#8fdfe4")Accessibility — WCAG contrast
Aa
#8fdfe4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdfe4 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.5%
Blue89.4%
CMYK percentages
Cyan37.3%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#8fdfe4 text on a black background
contrast 13.84:1
Card sample
#8fdfe4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdfe4;
Background color
Panel with #8fdfe4 background
background-color: #8fdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdfe4; background: linear-gradient(135deg, #8fdfe4, #8FA6E4);