#8bfdff
a light, electric cyan · cool · closest name: cyan
RGB
139, 253, 255
HSL
181°, 100%, 77%
CMYK
46, 1, 0, 0
Luminance
0.8296
Every format
| HEX | #8bfdff |
| RGB | rgb(139, 253, 255) |
| HSL | hsl(181, 100%, 77%) |
| CMYK | cmyk(46%, 1%, 0%, 0%) |
| LAB | lab(93.0 -32.0 -11.1) |
| LCH | lch(93.0 33.8 199.1) |
| OKLCH | oklch(0.928 0.104 197.0) |
Copy-ready code
/* CSS */
color: #8bfdff;
background-color: #8bfdff;
/* Tailwind (arbitrary) */
class="text-[#8bfdff] bg-[#8bfdff]"
/* SCSS */
$brand: #8bfdff;
/* SwiftUI */
Color(red: 0.545, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#8bfdff")Accessibility — WCAG contrast
Aa
#8bfdff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfdff on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.2%
Blue100.0%
CMYK percentages
Cyan45.5%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#8bfdff text on a black background
contrast 17.59:1
Card sample
#8bfdff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfdff;
Background color
Panel with #8bfdff background
background-color: #8bfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfdff; background: linear-gradient(135deg, #8bfdff, #8BB0FF);