#a4fffe
a light, electric cyan · cool · closest name: turquoise
RGB
164, 255, 254
HSL
179°, 100%, 82%
CMYK
36, 0, 0, 0
Luminance
0.8657
Every format
| HEX | #a4fffe |
| RGB | rgb(164, 255, 254) |
| HSL | hsl(179, 100%, 82%) |
| CMYK | cmyk(36%, 0%, 0%, 0%) |
| LAB | lab(94.5 -27.3 -8.1) |
| LCH | lch(94.5 28.4 196.6) |
| OKLCH | oklch(0.943 0.087 194.9) |
Copy-ready code
/* CSS */
color: #a4fffe;
background-color: #a4fffe;
/* Tailwind (arbitrary) */
class="text-[#a4fffe] bg-[#a4fffe]"
/* SCSS */
$brand: #a4fffe;
/* SwiftUI */
Color(red: 0.643, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#a4fffe")Accessibility — WCAG contrast
Aa
#a4fffe on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fffe on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green100.0%
Blue99.6%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#a4fffe text on a black background
contrast 18.31:1
Card sample
#a4fffe text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fffe;
Background color
Panel with #a4fffe background
background-color: #a4fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fffe; background: linear-gradient(135deg, #a4fffe, #A4C4FF);