#8ffcff
a light, electric cyan · cool · closest name: cyan
RGB
143, 252, 255
HSL
182°, 100%, 78%
CMYK
44, 1, 0, 0
Luminance
0.8268
Every format
| HEX | #8ffcff |
| RGB | rgb(143, 252, 255) |
| HSL | hsl(182, 100%, 78%) |
| CMYK | cmyk(44%, 1%, 0%, 0%) |
| LAB | lab(92.9 -30.6 -11.2) |
| LCH | lch(92.9 32.6 200.1) |
| OKLCH | oklch(0.927 0.101 197.9) |
Copy-ready code
/* CSS */
color: #8ffcff;
background-color: #8ffcff;
/* Tailwind (arbitrary) */
class="text-[#8ffcff] bg-[#8ffcff]"
/* SCSS */
$brand: #8ffcff;
/* SwiftUI */
Color(red: 0.561, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#8ffcff")Accessibility — WCAG contrast
Aa
#8ffcff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffcff on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.8%
Blue100.0%
CMYK percentages
Cyan43.9%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#8ffcff text on a black background
contrast 17.54:1
Card sample
#8ffcff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffcff;
Background color
Panel with #8ffcff background
background-color: #8ffcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffcff; background: linear-gradient(135deg, #8ffcff, #8FB1FF);