#adcf1f
a balanced, vivid green · cool · closest name: yellow
RGB
173, 207, 31
HSL
72°, 74%, 47%
CMYK
16, 0, 85, 19
Luminance
0.5361
Every format
| HEX | #adcf1f |
| RGB | rgb(173, 207, 31) |
| HSL | hsl(72, 74%, 47%) |
| CMYK | cmyk(16%, 0%, 85%, 19%) |
| LAB | lab(78.2 -32.1 73.6) |
| LCH | lch(78.2 80.3 113.6) |
| OKLCH | oklch(0.801 0.186 121.1) |
Copy-ready code
/* CSS */
color: #adcf1f;
background-color: #adcf1f;
/* Tailwind (arbitrary) */
class="text-[#adcf1f] bg-[#adcf1f]"
/* SCSS */
$brand: #adcf1f;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.122)
/* Android */
Color.parseColor("#adcf1f")Accessibility — WCAG contrast
Aa
#adcf1f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf1f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue12.2%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow85.0%
Key (black)18.8%
Color previews
#adcf1f text on a black background
contrast 11.72:1
Card sample
#adcf1f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf1f;
Background color
Panel with #adcf1f background
background-color: #adcf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf1f; background: linear-gradient(135deg, #adcf1f, #38CF1F);