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