#affc95
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 149
HSL
105°, 95%, 79%
CMYK
31, 0, 41, 1
Luminance
0.8090
Every format
| HEX | #affc95 |
| RGB | rgb(175, 252, 149) |
| HSL | hsl(105, 95%, 79%) |
| CMYK | cmyk(31%, 0%, 41%, 1%) |
| LAB | lab(92.1 -42.0 41.9) |
| LCH | lch(92.1 59.4 135.0) |
| OKLCH | oklch(0.917 0.154 138.1) |
Copy-ready code
/* CSS */
color: #affc95;
background-color: #affc95;
/* Tailwind (arbitrary) */
class="text-[#affc95] bg-[#affc95]"
/* SCSS */
$brand: #affc95;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.584)
/* Android */
Color.parseColor("#affc95")Accessibility — WCAG contrast
Aa
#affc95 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc95 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue58.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow40.9%
Key (black)1.2%
Color previews
#affc95 text on a black background
contrast 17.18:1
Card sample
#affc95 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc95;
Background color
Panel with #affc95 background
background-color: #affc95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc95; background: linear-gradient(135deg, #affc95, #95FCC0);