#affc63
a light, electric green · cool · closest name: yellow
RGB
175, 252, 99
HSL
90°, 96%, 69%
CMYK
31, 0, 61, 1
Luminance
0.7964
Every format
| HEX | #affc63 |
| RGB | rgb(175, 252, 99) |
| HSL | hsl(90, 96%, 69%) |
| CMYK | cmyk(31%, 0%, 61%, 1%) |
| LAB | lab(91.5 -47.5 64.1) |
| LCH | lch(91.5 79.7 126.5) |
| OKLCH | oklch(0.911 0.199 131.9) |
Copy-ready code
/* CSS */
color: #affc63;
background-color: #affc63;
/* Tailwind (arbitrary) */
class="text-[#affc63] bg-[#affc63]"
/* SCSS */
$brand: #affc63;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.388)
/* Android */
Color.parseColor("#affc63")Accessibility — WCAG contrast
Aa
#affc63 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc63 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue38.8%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow60.7%
Key (black)1.2%
Color previews
#affc63 text on a black background
contrast 16.93:1
Card sample
#affc63 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc63;
Background color
Panel with #affc63 background
background-color: #affc63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc63; background: linear-gradient(135deg, #affc63, #63FC7D);