#aff4c6
a light, electric green · cool · closest name: aquamarine
RGB
175, 244, 198
HSL
140°, 76%, 82%
CMYK
28, 0, 19, 4
Luminance
0.7789
Every format
| HEX | #aff4c6 |
| RGB | rgb(175, 244, 198) |
| HSL | hsl(140, 76%, 82%) |
| CMYK | cmyk(28%, 0%, 19%, 4%) |
| LAB | lab(90.7 -30.6 15.4) |
| LCH | lch(90.7 34.3 153.3) |
| OKLCH | oklch(0.909 0.093 154.9) |
Copy-ready code
/* CSS */
color: #aff4c6;
background-color: #aff4c6;
/* Tailwind (arbitrary) */
class="text-[#aff4c6] bg-[#aff4c6]"
/* SCSS */
$brand: #aff4c6;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.776)
/* Android */
Color.parseColor("#aff4c6")Accessibility — WCAG contrast
Aa
#aff4c6 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4c6 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue77.6%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow18.9%
Key (black)4.3%
Color previews
#aff4c6 text on a black background
contrast 16.58:1
Card sample
#aff4c6 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4c6;
Background color
Panel with #aff4c6 background
background-color: #aff4c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4c6; background: linear-gradient(135deg, #aff4c6, #AFF4F4);