#90fccc
a light, electric green · cool · closest name: aquamarine
RGB
144, 252, 204
HSL
153°, 95%, 78%
CMYK
43, 0, 19, 1
Luminance
0.7991
Every format
| HEX | #90fccc |
| RGB | rgb(144, 252, 204) |
| HSL | hsl(153, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 19%, 1%) |
| LAB | lab(91.6 -41.8 13.4) |
| LCH | lch(91.6 43.9 162.3) |
| OKLCH | oklch(0.913 0.121 163.6) |
Copy-ready code
/* CSS */
color: #90fccc;
background-color: #90fccc;
/* Tailwind (arbitrary) */
class="text-[#90fccc] bg-[#90fccc]"
/* SCSS */
$brand: #90fccc;
/* SwiftUI */
Color(red: 0.565, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#90fccc")Accessibility — WCAG contrast
Aa
#90fccc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fccc on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green98.8%
Blue80.0%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#90fccc text on a black background
contrast 16.98:1
Card sample
#90fccc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fccc;
Background color
Panel with #90fccc background
background-color: #90fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fccc; background: linear-gradient(135deg, #90fccc, #90E4FC);