#affc07
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 7
HSL
79°, 98%, 51%
CMYK
31, 0, 97, 1
Luminance
0.7875
Every format
| HEX | #affc07 |
| RGB | rgb(175, 252, 7) |
| HSL | hsl(79, 98%, 51%) |
| CMYK | cmyk(31%, 0%, 97%, 1%) |
| LAB | lab(91.1 -51.4 87.1) |
| LCH | lch(91.1 101.2 120.5) |
| OKLCH | oklch(0.906 0.238 128.6) |
Copy-ready code
/* CSS */
color: #affc07;
background-color: #affc07;
/* Tailwind (arbitrary) */
class="text-[#affc07] bg-[#affc07]"
/* SCSS */
$brand: #affc07;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.027)
/* Android */
Color.parseColor("#affc07")Accessibility — WCAG contrast
Aa
#affc07 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc07 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue2.7%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow97.2%
Key (black)1.2%
Color previews
#affc07 text on a black background
contrast 16.75:1
Card sample
#affc07 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc07;
Background color
Panel with #affc07 background
background-color: #affc07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc07; background: linear-gradient(135deg, #affc07, #0CFC07);