#a4fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
164, 252, 223
HSL
160°, 94%, 82%
CMYK
35, 0, 12, 1
Luminance
0.8284
Every format
| HEX | #a4fcdf |
| RGB | rgb(164, 252, 223) |
| HSL | hsl(160, 94%, 82%) |
| CMYK | cmyk(35%, 0%, 12%, 1%) |
| LAB | lab(92.9 -32.6 5.5) |
| LCH | lch(92.9 33.1 170.4) |
| OKLCH | oklch(0.927 0.094 171.4) |
Copy-ready code
/* CSS */
color: #a4fcdf;
background-color: #a4fcdf;
/* Tailwind (arbitrary) */
class="text-[#a4fcdf] bg-[#a4fcdf]"
/* SCSS */
$brand: #a4fcdf;
/* SwiftUI */
Color(red: 0.643, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#a4fcdf")Accessibility — WCAG contrast
Aa
#a4fcdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fcdf on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#a4fcdf text on a black background
contrast 17.57:1
Card sample
#a4fcdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fcdf;
Background color
Panel with #a4fcdf background
background-color: #a4fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fcdf; background: linear-gradient(135deg, #a4fcdf, #A4DEFC);