#8df8fe
a light, electric cyan · cool · closest name: cyan
RGB
141, 248, 254
HSL
183°, 98%, 78%
CMYK
45, 2, 0, 0
Luminance
0.7995
Every format
| HEX | #8df8fe |
| RGB | rgb(141, 248, 254) |
| HSL | hsl(183, 98%, 78%) |
| CMYK | cmyk(45%, 2%, 0%, 0%) |
| LAB | lab(91.7 -29.4 -12.5) |
| LCH | lch(91.7 32.0 203.1) |
| OKLCH | oklch(0.917 0.100 200.3) |
Copy-ready code
/* CSS */
color: #8df8fe;
background-color: #8df8fe;
/* Tailwind (arbitrary) */
class="text-[#8df8fe] bg-[#8df8fe]"
/* SCSS */
$brand: #8df8fe;
/* SwiftUI */
Color(red: 0.553, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#8df8fe")Accessibility — WCAG contrast
Aa
#8df8fe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df8fe on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green97.3%
Blue99.6%
CMYK percentages
Cyan44.5%
Magenta2.4%
Yellow0.0%
Key (black)0.4%
Color previews
#8df8fe text on a black background
contrast 16.99:1
Card sample
#8df8fe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df8fe;
Background color
Panel with #8df8fe background
background-color: #8df8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df8fe; background: linear-gradient(135deg, #8df8fe, #8DADFE);