#8fdcf2
a light, electric cyan · cool · closest name: skyblue
RGB
143, 220, 242
HSL
193°, 79%, 76%
CMYK
41, 9, 0, 5
Luminance
0.6344
Every format
| HEX | #8fdcf2 |
| RGB | rgb(143, 220, 242) |
| HSL | hsl(193, 79%, 76%) |
| CMYK | cmyk(41%, 9%, 0%, 5%) |
| LAB | lab(83.7 -18.2 -18.2) |
| LCH | lch(83.7 25.8 225.0) |
| OKLCH | oklch(0.852 0.082 217.8) |
Copy-ready code
/* CSS */
color: #8fdcf2;
background-color: #8fdcf2;
/* Tailwind (arbitrary) */
class="text-[#8fdcf2] bg-[#8fdcf2]"
/* SCSS */
$brand: #8fdcf2;
/* SwiftUI */
Color(red: 0.561, green: 0.863, blue: 0.949)
/* Android */
Color.parseColor("#8fdcf2")Accessibility — WCAG contrast
Aa
#8fdcf2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdcf2 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.3%
Blue94.9%
CMYK percentages
Cyan40.9%
Magenta9.1%
Yellow0.0%
Key (black)5.1%
Color previews
#8fdcf2 text on a black background
contrast 13.69:1
Card sample
#8fdcf2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdcf2;
Background color
Panel with #8fdcf2 background
background-color: #8fdcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 220, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 220, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdcf2; background: linear-gradient(135deg, #8fdcf2, #8F9AF2);