#afeed9
a light, vivid cyan · cool · closest name: aquamarine
RGB
175, 238, 217
HSL
160°, 65%, 81%
CMYK
27, 0, 9, 7
Luminance
0.7527
Every format
| HEX | #afeed9 |
| RGB | rgb(175, 238, 217) |
| HSL | hsl(160, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 9%, 7%) |
| LAB | lab(89.5 -24.1 3.8) |
| LCH | lch(89.5 24.4 171.1) |
| OKLCH | oklch(0.901 0.070 172.1) |
Copy-ready code
/* CSS */
color: #afeed9;
background-color: #afeed9;
/* Tailwind (arbitrary) */
class="text-[#afeed9] bg-[#afeed9]"
/* SCSS */
$brand: #afeed9;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.851)
/* Android */
Color.parseColor("#afeed9")Accessibility — WCAG contrast
Aa
#afeed9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeed9 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue85.1%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow8.8%
Key (black)6.7%
Color previews
#afeed9 text on a black background
contrast 16.05:1
Card sample
#afeed9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeed9;
Background color
Panel with #afeed9 background
background-color: #afeed9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeed9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeed9; background: linear-gradient(135deg, #afeed9, #AFD9EE);