#aff2cf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 242, 207
HSL
149°, 72%, 82%
CMYK
28, 0, 15, 5
Luminance
0.7712
Every format
| HEX | #aff2cf |
| RGB | rgb(175, 242, 207) |
| HSL | hsl(149, 72%, 82%) |
| CMYK | cmyk(28%, 0%, 15%, 5%) |
| LAB | lab(90.4 -28.0 10.2) |
| LCH | lch(90.4 29.8 159.9) |
| OKLCH | oklch(0.907 0.083 161.4) |
Copy-ready code
/* CSS */
color: #aff2cf;
background-color: #aff2cf;
/* Tailwind (arbitrary) */
class="text-[#aff2cf] bg-[#aff2cf]"
/* SCSS */
$brand: #aff2cf;
/* SwiftUI */
Color(red: 0.686, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#aff2cf")Accessibility — WCAG contrast
Aa
#aff2cf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff2cf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.9%
Blue81.2%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#aff2cf text on a black background
contrast 16.42:1
Card sample
#aff2cf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff2cf;
Background color
Panel with #aff2cf background
background-color: #aff2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff2cf; background: linear-gradient(135deg, #aff2cf, #AFE8F2);