#90fcaf
a light, electric green · cool · closest name: aquamarine
RGB
144, 252, 175
HSL
137°, 95%, 78%
CMYK
43, 0, 31, 1
Luminance
0.7865
Every format
| HEX | #90fcaf |
| RGB | rgb(144, 252, 175) |
| HSL | hsl(137, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 31%, 1%) |
| LAB | lab(91.1 -47.3 27.4) |
| LCH | lch(91.1 54.6 149.9) |
| OKLCH | oklch(0.906 0.146 151.8) |
Copy-ready code
/* CSS */
color: #90fcaf;
background-color: #90fcaf;
/* Tailwind (arbitrary) */
class="text-[#90fcaf] bg-[#90fcaf]"
/* SCSS */
$brand: #90fcaf;
/* SwiftUI */
Color(red: 0.565, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#90fcaf")Accessibility — WCAG contrast
Aa
#90fcaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fcaf on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green98.8%
Blue68.6%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#90fcaf text on a black background
contrast 16.73:1
Card sample
#90fcaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fcaf;
Background color
Panel with #90fcaf background
background-color: #90fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fcaf; background: linear-gradient(135deg, #90fcaf, #90FCF7);