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