#8cf4fc
a light, electric cyan · cool · closest name: skyblue
RGB
140, 244, 252
HSL
184°, 95%, 77%
CMYK
44, 3, 0, 1
Luminance
0.7731
Every format
| HEX | #8cf4fc |
| RGB | rgb(140, 244, 252) |
| HSL | hsl(184, 95%, 77%) |
| CMYK | cmyk(44%, 3%, 0%, 1%) |
| LAB | lab(90.5 -28.2 -13.3) |
| LCH | lch(90.5 31.2 205.2) |
| OKLCH | oklch(0.907 0.098 202.0) |
Copy-ready code
/* CSS */
color: #8cf4fc;
background-color: #8cf4fc;
/* Tailwind (arbitrary) */
class="text-[#8cf4fc] bg-[#8cf4fc]"
/* SCSS */
$brand: #8cf4fc;
/* SwiftUI */
Color(red: 0.549, green: 0.957, blue: 0.988)
/* Android */
Color.parseColor("#8cf4fc")Accessibility — WCAG contrast
Aa
#8cf4fc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf4fc on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green95.7%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta3.2%
Yellow0.0%
Key (black)1.2%
Color previews
#8cf4fc text on a black background
contrast 16.46:1
Card sample
#8cf4fc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf4fc;
Background color
Panel with #8cf4fc background
background-color: #8cf4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 244, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 244, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf4fc; background: linear-gradient(135deg, #8cf4fc, #8CA9FC);