#92cf75
a balanced, vivid green · cool · closest name: olivedrab
RGB
146, 207, 117
HSL
101°, 48%, 64%
CMYK
30, 0, 44, 19
Luminance
0.5202
Every format
| HEX | #92cf75 |
| RGB | rgb(146, 207, 117) |
| HSL | hsl(101, 48%, 64%) |
| CMYK | cmyk(30%, 0%, 44%, 19%) |
| LAB | lab(77.3 -35.8 38.5) |
| LCH | lch(77.3 52.6 132.9) |
| OKLCH | oklch(0.792 0.136 136.2) |
Copy-ready code
/* CSS */
color: #92cf75;
background-color: #92cf75;
/* Tailwind (arbitrary) */
class="text-[#92cf75] bg-[#92cf75]"
/* SCSS */
$brand: #92cf75;
/* SwiftUI */
Color(red: 0.573, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#92cf75")Accessibility — WCAG contrast
Aa
#92cf75 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cf75 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green81.2%
Blue45.9%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#92cf75 text on a black background
contrast 11.40:1
Card sample
#92cf75 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cf75;
Background color
Panel with #92cf75 background
background-color: #92cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cf75; background: linear-gradient(135deg, #92cf75, #75CF94);