#aff6ac
a light, electric green · cool · closest name: aquamarine
RGB
175, 246, 172
HSL
118°, 80%, 82%
CMYK
29, 0, 30, 4
Luminance
0.7800
Every format
| HEX | #aff6ac |
| RGB | rgb(175, 246, 172) |
| HSL | hsl(118, 80%, 82%) |
| CMYK | cmyk(29%, 0%, 30%, 4%) |
| LAB | lab(90.8 -36.0 28.8) |
| LCH | lch(90.8 46.0 141.4) |
| OKLCH | oklch(0.908 0.122 143.5) |
Copy-ready code
/* CSS */
color: #aff6ac;
background-color: #aff6ac;
/* Tailwind (arbitrary) */
class="text-[#aff6ac] bg-[#aff6ac]"
/* SCSS */
$brand: #aff6ac;
/* SwiftUI */
Color(red: 0.686, green: 0.965, blue: 0.675)
/* Android */
Color.parseColor("#aff6ac")Accessibility — WCAG contrast
Aa
#aff6ac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff6ac on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.5%
Blue67.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow30.1%
Key (black)3.5%
Color previews
#aff6ac text on a black background
contrast 16.60:1
Card sample
#aff6ac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff6ac;
Background color
Panel with #aff6ac background
background-color: #aff6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 246, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 246, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff6ac; background: linear-gradient(135deg, #aff6ac, #ACF6DA);