#8cfbfc
a light, electric cyan · cool · closest name: cyan
RGB
140, 251, 252
HSL
181°, 95%, 77%
CMYK
44, 0, 0, 1
Luminance
0.8160
Every format
| HEX | #8cfbfc |
| RGB | rgb(140, 251, 252) |
| HSL | hsl(181, 95%, 77%) |
| CMYK | cmyk(44%, 0%, 0%, 1%) |
| LAB | lab(92.4 -31.6 -10.4) |
| LCH | lch(92.4 33.2 198.2) |
| OKLCH | oklch(0.923 0.102 196.3) |
Copy-ready code
/* CSS */
color: #8cfbfc;
background-color: #8cfbfc;
/* Tailwind (arbitrary) */
class="text-[#8cfbfc] bg-[#8cfbfc]"
/* SCSS */
$brand: #8cfbfc;
/* SwiftUI */
Color(red: 0.549, green: 0.984, blue: 0.988)
/* Android */
Color.parseColor("#8cfbfc")Accessibility — WCAG contrast
Aa
#8cfbfc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfbfc on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.4%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta0.4%
Yellow0.0%
Key (black)1.2%
Color previews
#8cfbfc text on a black background
contrast 17.32:1
Card sample
#8cfbfc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfbfc;
Background color
Panel with #8cfbfc background
background-color: #8cfbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 251, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 251, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfbfc; background: linear-gradient(135deg, #8cfbfc, #8CB1FC);