#90c09f
a light, soft green · cool · closest name: silver
RGB
144, 192, 159
HSL
139°, 28%, 66%
CMYK
25, 0, 17, 25
Luminance
0.4613
Every format
| HEX | #90c09f |
| RGB | rgb(144, 192, 159) |
| HSL | hsl(139, 28%, 66%) |
| CMYK | cmyk(25%, 0%, 17%, 25%) |
| LAB | lab(73.6 -22.6 11.6) |
| LCH | lch(73.6 25.3 152.8) |
| OKLCH | oklch(0.764 0.069 154.5) |
Copy-ready code
/* CSS */
color: #90c09f;
background-color: #90c09f;
/* Tailwind (arbitrary) */
class="text-[#90c09f] bg-[#90c09f]"
/* SCSS */
$brand: #90c09f;
/* SwiftUI */
Color(red: 0.565, green: 0.753, blue: 0.624)
/* Android */
Color.parseColor("#90c09f")Accessibility — WCAG contrast
Aa
#90c09f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90c09f on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green75.3%
Blue62.4%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow17.2%
Key (black)24.7%
Color previews
#90c09f text on a black background
contrast 10.23:1
Card sample
#90c09f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90c09f;
Background color
Panel with #90c09f background
background-color: #90c09f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90c09f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 192, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 192, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90c09f; background: linear-gradient(135deg, #90c09f, #90C0BF);