#90eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
144, 236, 207
HSL
161°, 71%, 75%
CMYK
39, 0, 12, 8
Luminance
0.7043
Every format
| HEX | #90eccf |
| RGB | rgb(144, 236, 207) |
| HSL | hsl(161, 71%, 75%) |
| CMYK | cmyk(39%, 0%, 12%, 8%) |
| LAB | lab(87.2 -33.9 5.5) |
| LCH | lch(87.2 34.4 170.9) |
| OKLCH | oklch(0.877 0.098 171.8) |
Copy-ready code
/* CSS */
color: #90eccf;
background-color: #90eccf;
/* Tailwind (arbitrary) */
class="text-[#90eccf] bg-[#90eccf]"
/* SCSS */
$brand: #90eccf;
/* SwiftUI */
Color(red: 0.565, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#90eccf")Accessibility — WCAG contrast
Aa
#90eccf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90eccf on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#90eccf text on a black background
contrast 15.09:1
Card sample
#90eccf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90eccf;
Background color
Panel with #90eccf background
background-color: #90eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90eccf; background: linear-gradient(135deg, #90eccf, #90CCEC);