#8bfefd
a light, electric cyan · cool · closest name: cyan
RGB
139, 254, 253
HSL
180°, 98%, 77%
CMYK
45, 0, 0, 0
Luminance
0.8346
Every format
| HEX | #8bfefd |
| RGB | rgb(139, 254, 253) |
| HSL | hsl(180, 98%, 77%) |
| CMYK | cmyk(45%, 0%, 0%, 0%) |
| LAB | lab(93.2 -32.9 -9.7) |
| LCH | lch(93.2 34.3 196.4) |
| OKLCH | oklch(0.929 0.105 194.8) |
Copy-ready code
/* CSS */
color: #8bfefd;
background-color: #8bfefd;
/* Tailwind (arbitrary) */
class="text-[#8bfefd] bg-[#8bfefd]"
/* SCSS */
$brand: #8bfefd;
/* SwiftUI */
Color(red: 0.545, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#8bfefd")Accessibility — WCAG contrast
Aa
#8bfefd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfefd on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.6%
Blue99.2%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#8bfefd text on a black background
contrast 17.69:1
Card sample
#8bfefd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfefd;
Background color
Panel with #8bfefd background
background-color: #8bfefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfefd; background: linear-gradient(135deg, #8bfefd, #8BB2FE);