#90cf63
a balanced, vivid green · cool · closest name: olivedrab
RGB
144, 207, 99
HSL
95°, 53%, 60%
CMYK
30, 0, 52, 19
Luminance
0.5146
Every format
| HEX | #90cf63 |
| RGB | rgb(144, 207, 99) |
| HSL | hsl(95, 53%, 60%) |
| CMYK | cmyk(30%, 0%, 52%, 19%) |
| LAB | lab(77.0 -38.7 46.9) |
| LCH | lch(77.0 60.8 129.5) |
| OKLCH | oklch(0.788 0.155 133.8) |
Copy-ready code
/* CSS */
color: #90cf63;
background-color: #90cf63;
/* Tailwind (arbitrary) */
class="text-[#90cf63] bg-[#90cf63]"
/* SCSS */
$brand: #90cf63;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.388)
/* Android */
Color.parseColor("#90cf63")Accessibility — WCAG contrast
Aa
#90cf63 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cf63 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue38.8%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow52.2%
Key (black)18.8%
Color previews
#90cf63 text on a black background
contrast 11.29:1
Card sample
#90cf63 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cf63;
Background color
Panel with #90cf63 background
background-color: #90cf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cf63; background: linear-gradient(135deg, #90cf63, #63CF7E);