#8bfdfb
a light, electric cyan · cool · closest name: cyan
RGB
139, 253, 251
HSL
179°, 97%, 77%
CMYK
45, 0, 1, 1
Luminance
0.8270
Every format
| HEX | #8bfdfb |
| RGB | rgb(139, 253, 251) |
| HSL | hsl(179, 97%, 77%) |
| CMYK | cmyk(45%, 0%, 1%, 1%) |
| LAB | lab(92.9 -33.0 -9.2) |
| LCH | lch(92.9 34.2 195.5) |
| OKLCH | oklch(0.926 0.105 194.0) |
Copy-ready code
/* CSS */
color: #8bfdfb;
background-color: #8bfdfb;
/* Tailwind (arbitrary) */
class="text-[#8bfdfb] bg-[#8bfdfb]"
/* SCSS */
$brand: #8bfdfb;
/* SwiftUI */
Color(red: 0.545, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#8bfdfb")Accessibility — WCAG contrast
Aa
#8bfdfb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfdfb on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.2%
Blue98.4%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#8bfdfb text on a black background
contrast 17.54:1
Card sample
#8bfdfb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfdfb;
Background color
Panel with #8bfdfb background
background-color: #8bfdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfdfb; background: linear-gradient(135deg, #8bfdfb, #8BB3FD);