#90cd7f
a light, soft green · cool · closest name: olivedrab
RGB
144, 205, 127
HSL
107°, 44%, 65%
CMYK
30, 0, 38, 20
Luminance
0.5112
Every format
| HEX | #90cd7f |
| RGB | rgb(144, 205, 127) |
| HSL | hsl(107, 44%, 65%) |
| CMYK | cmyk(30%, 0%, 38%, 20%) |
| LAB | lab(76.8 -34.2 32.8) |
| LCH | lch(76.8 47.3 136.2) |
| OKLCH | oklch(0.788 0.124 139.0) |
Copy-ready code
/* CSS */
color: #90cd7f;
background-color: #90cd7f;
/* Tailwind (arbitrary) */
class="text-[#90cd7f] bg-[#90cd7f]"
/* SCSS */
$brand: #90cd7f;
/* SwiftUI */
Color(red: 0.565, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#90cd7f")Accessibility — WCAG contrast
Aa
#90cd7f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cd7f on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green80.4%
Blue49.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#90cd7f text on a black background
contrast 11.22:1
Card sample
#90cd7f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cd7f;
Background color
Panel with #90cd7f background
background-color: #90cd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cd7f; background: linear-gradient(135deg, #90cd7f, #7FCDA2);