#a4fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
164, 252, 235
HSL
168°, 94%, 82%
CMYK
35, 0, 7, 1
Luminance
0.8351
Every format
| HEX | #a4fceb |
| RGB | rgb(164, 252, 235) |
| HSL | hsl(168, 94%, 82%) |
| CMYK | cmyk(35%, 0%, 7%, 1%) |
| LAB | lab(93.2 -30.1 -0.2) |
| LCH | lch(93.2 30.1 180.5) |
| OKLCH | oklch(0.931 0.088 180.7) |
Copy-ready code
/* CSS */
color: #a4fceb;
background-color: #a4fceb;
/* Tailwind (arbitrary) */
class="text-[#a4fceb] bg-[#a4fceb]"
/* SCSS */
$brand: #a4fceb;
/* SwiftUI */
Color(red: 0.643, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#a4fceb")Accessibility — WCAG contrast
Aa
#a4fceb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fceb on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green98.8%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#a4fceb text on a black background
contrast 17.70:1
Card sample
#a4fceb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fceb;
Background color
Panel with #a4fceb background
background-color: #a4fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fceb; background: linear-gradient(135deg, #a4fceb, #A4D2FC);