#90ffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
144, 255, 235
HSL
169°, 100%, 78%
CMYK
44, 0, 8, 0
Luminance
0.8345
Every format
| HEX | #90ffeb |
| RGB | rgb(144, 255, 235) |
| HSL | hsl(169, 100%, 78%) |
| CMYK | cmyk(44%, 0%, 8%, 0%) |
| LAB | lab(93.2 -36.5 -0.4) |
| LCH | lch(93.2 36.5 180.6) |
| OKLCH | oklch(0.928 0.107 180.9) |
Copy-ready code
/* CSS */
color: #90ffeb;
background-color: #90ffeb;
/* Tailwind (arbitrary) */
class="text-[#90ffeb] bg-[#90ffeb]"
/* SCSS */
$brand: #90ffeb;
/* SwiftUI */
Color(red: 0.565, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#90ffeb")Accessibility — WCAG contrast
Aa
#90ffeb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ffeb on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#90ffeb text on a black background
contrast 17.69:1
Card sample
#90ffeb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ffeb;
Background color
Panel with #90ffeb background
background-color: #90ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ffeb; background: linear-gradient(135deg, #90ffeb, #90C9FF);