#affcaa
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 170
HSL
116°, 93%, 83%
CMYK
31, 0, 33, 1
Luminance
0.8164
Every format
| HEX | #affcaa |
| RGB | rgb(175, 252, 170) |
| HSL | hsl(116, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 33%, 1%) |
| LAB | lab(92.4 -39.0 32.0) |
| LCH | lch(92.4 50.4 140.6) |
| OKLCH | oklch(0.921 0.133 143.0) |
Copy-ready code
/* CSS */
color: #affcaa;
background-color: #affcaa;
/* Tailwind (arbitrary) */
class="text-[#affcaa] bg-[#affcaa]"
/* SCSS */
$brand: #affcaa;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.667)
/* Android */
Color.parseColor("#affcaa")Accessibility — WCAG contrast
Aa
#affcaa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affcaa on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue66.7%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow32.5%
Key (black)1.2%
Color previews
#affcaa text on a black background
contrast 17.33:1
Card sample
#affcaa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affcaa;
Background color
Panel with #affcaa background
background-color: #affcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affcaa; background: linear-gradient(135deg, #affcaa, #AAFCDC);