#8ffaf2
a light, electric cyan · cool · closest name: turquoise
RGB
143, 250, 242
HSL
176°, 92%, 77%
CMYK
43, 0, 3, 2
Luminance
0.8062
Every format
| HEX | #8ffaf2 |
| RGB | rgb(143, 250, 242) |
| HSL | hsl(176, 92%, 77%) |
| CMYK | cmyk(43%, 0%, 3%, 2%) |
| LAB | lab(92.0 -32.8 -5.8) |
| LCH | lch(92.0 33.3 190.1) |
| OKLCH | oklch(0.918 0.100 189.3) |
Copy-ready code
/* CSS */
color: #8ffaf2;
background-color: #8ffaf2;
/* Tailwind (arbitrary) */
class="text-[#8ffaf2] bg-[#8ffaf2]"
/* SCSS */
$brand: #8ffaf2;
/* SwiftUI */
Color(red: 0.561, green: 0.980, blue: 0.949)
/* Android */
Color.parseColor("#8ffaf2")Accessibility — WCAG contrast
Aa
#8ffaf2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffaf2 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.0%
Blue94.9%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow3.2%
Key (black)2.0%
Color previews
#8ffaf2 text on a black background
contrast 17.12:1
Card sample
#8ffaf2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffaf2;
Background color
Panel with #8ffaf2 background
background-color: #8ffaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 250, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 250, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffaf2; background: linear-gradient(135deg, #8ffaf2, #8FBBFA);