#a4feee
a light, electric cyan · cool · closest name: aquamarine
RGB
164, 254, 238
HSL
169°, 98%, 82%
CMYK
35, 0, 6, 0
Luminance
0.8495
Every format
| HEX | #a4feee |
| RGB | rgb(164, 254, 238) |
| HSL | hsl(169, 98%, 82%) |
| CMYK | cmyk(35%, 0%, 6%, 0%) |
| LAB | lab(93.9 -30.4 -0.9) |
| LCH | lch(93.9 30.4 181.7) |
| OKLCH | oklch(0.936 0.089 181.8) |
Copy-ready code
/* CSS */
color: #a4feee;
background-color: #a4feee;
/* Tailwind (arbitrary) */
class="text-[#a4feee] bg-[#a4feee]"
/* SCSS */
$brand: #a4feee;
/* SwiftUI */
Color(red: 0.643, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#a4feee")Accessibility — WCAG contrast
Aa
#a4feee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4feee on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green99.6%
Blue93.3%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#a4feee text on a black background
contrast 17.99:1
Card sample
#a4feee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4feee;
Background color
Panel with #a4feee background
background-color: #a4feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4feee; background: linear-gradient(135deg, #a4feee, #A4D2FE);