#a7feee
a light, electric cyan · cool · closest name: aquamarine
RGB
167, 254, 238
HSL
169°, 98%, 83%
CMYK
34, 0, 6, 0
Luminance
0.8527
Every format
| HEX | #a7feee |
| RGB | rgb(167, 254, 238) |
| HSL | hsl(169, 98%, 83%) |
| CMYK | cmyk(34%, 0%, 6%, 0%) |
| LAB | lab(94.0 -29.6 -0.7) |
| LCH | lch(94.0 29.6 181.3) |
| OKLCH | oklch(0.937 0.087 181.5) |
Copy-ready code
/* CSS */
color: #a7feee;
background-color: #a7feee;
/* Tailwind (arbitrary) */
class="text-[#a7feee] bg-[#a7feee]"
/* SCSS */
$brand: #a7feee;
/* SwiftUI */
Color(red: 0.655, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#a7feee")Accessibility — WCAG contrast
Aa
#a7feee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7feee on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green99.6%
Blue93.3%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#a7feee text on a black background
contrast 18.05:1
Card sample
#a7feee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7feee;
Background color
Panel with #a7feee background
background-color: #a7feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7feee; background: linear-gradient(135deg, #a7feee, #A7D4FE);