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