#aff4b0
a light, electric green · cool · closest name: aquamarine
RGB
175, 244, 176
HSL
121°, 76%, 82%
CMYK
28, 0, 28, 4
Luminance
0.7695
Every format
| HEX | #aff4b0 |
| RGB | rgb(175, 244, 176) |
| HSL | hsl(121, 76%, 82%) |
| CMYK | cmyk(28%, 0%, 28%, 4%) |
| LAB | lab(90.3 -34.4 26.1) |
| LCH | lch(90.3 43.2 142.9) |
| OKLCH | oklch(0.904 0.115 144.9) |
Copy-ready code
/* CSS */
color: #aff4b0;
background-color: #aff4b0;
/* Tailwind (arbitrary) */
class="text-[#aff4b0] bg-[#aff4b0]"
/* SCSS */
$brand: #aff4b0;
/* SwiftUI */
Color(red: 0.686, green: 0.957, blue: 0.690)
/* Android */
Color.parseColor("#aff4b0")Accessibility — WCAG contrast
Aa
#aff4b0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff4b0 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green95.7%
Blue69.0%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow27.9%
Key (black)4.3%
Color previews
#aff4b0 text on a black background
contrast 16.39:1
Card sample
#aff4b0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff4b0;
Background color
Panel with #aff4b0 background
background-color: #aff4b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff4b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 244, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 244, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff4b0; background: linear-gradient(135deg, #aff4b0, #AFF4DE);