#affc90
a light, electric green · cool · closest name: khaki
RGB
175, 252, 144
HSL
103°, 95%, 78%
CMYK
31, 0, 43, 1
Luminance
0.8075
Every format
| HEX | #affc90 |
| RGB | rgb(175, 252, 144) |
| HSL | hsl(103, 95%, 78%) |
| CMYK | cmyk(31%, 0%, 43%, 1%) |
| LAB | lab(92.0 -42.7 44.3) |
| LCH | lch(92.0 61.5 133.9) |
| OKLCH | oklch(0.916 0.159 137.2) |
Copy-ready code
/* CSS */
color: #affc90;
background-color: #affc90;
/* Tailwind (arbitrary) */
class="text-[#affc90] bg-[#affc90]"
/* SCSS */
$brand: #affc90;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.565)
/* Android */
Color.parseColor("#affc90")Accessibility — WCAG contrast
Aa
#affc90 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc90 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue56.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow42.9%
Key (black)1.2%
Color previews
#affc90 text on a black background
contrast 17.15:1
Card sample
#affc90 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc90;
Background color
Panel with #affc90 background
background-color: #affc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc90; background: linear-gradient(135deg, #affc90, #90FCB9);