#90f0eb
a light, electric cyan · cool · closest name: turquoise
RGB
144, 240, 235
HSL
177°, 76%, 75%
CMYK
40, 0, 2, 6
Luminance
0.7425
Every format
| HEX | #90f0eb |
| RGB | rgb(144, 240, 235) |
| HSL | hsl(177, 76%, 75%) |
| CMYK | cmyk(40%, 0%, 2%, 6%) |
| LAB | lab(89.0 -29.5 -6.5) |
| LCH | lch(89.0 30.2 192.4) |
| OKLCH | oklch(0.894 0.091 191.4) |
Copy-ready code
/* CSS */
color: #90f0eb;
background-color: #90f0eb;
/* Tailwind (arbitrary) */
class="text-[#90f0eb] bg-[#90f0eb]"
/* SCSS */
$brand: #90f0eb;
/* SwiftUI */
Color(red: 0.565, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#90f0eb")Accessibility — WCAG contrast
Aa
#90f0eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f0eb on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green94.1%
Blue92.2%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#90f0eb text on a black background
contrast 15.85:1
Card sample
#90f0eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f0eb;
Background color
Panel with #90f0eb background
background-color: #90f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f0eb; background: linear-gradient(135deg, #90f0eb, #90B5F0);