#acf263
a light, electric green · cool · closest name: khaki
RGB
172, 242, 99
HSL
89°, 85%, 67%
CMYK
29, 0, 59, 5
Luminance
0.7318
Every format
| HEX | #acf263 |
| RGB | rgb(172, 242, 99) |
| HSL | hsl(89, 85%, 67%) |
| CMYK | cmyk(29%, 0%, 59%, 5%) |
| LAB | lab(88.5 -44.2 60.7) |
| LCH | lch(88.5 75.1 126.1) |
| OKLCH | oklch(0.886 0.188 131.3) |
Copy-ready code
/* CSS */
color: #acf263;
background-color: #acf263;
/* Tailwind (arbitrary) */
class="text-[#acf263] bg-[#acf263]"
/* SCSS */
$brand: #acf263;
/* SwiftUI */
Color(red: 0.675, green: 0.949, blue: 0.388)
/* Android */
Color.parseColor("#acf263")Accessibility — WCAG contrast
Aa
#acf263 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf263 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.9%
Blue38.8%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow59.1%
Key (black)5.1%
Color previews
#acf263 text on a black background
contrast 15.64:1
Card sample
#acf263 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf263;
Background color
Panel with #acf263 background
background-color: #acf263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 242, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 242, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf263; background: linear-gradient(135deg, #acf263, #63F27A);