#90cdb2
a light, soft green · cool · closest name: turquoise
RGB
144, 205, 178
HSL
153°, 38%, 68%
CMYK
30, 0, 13, 20
Luminance
0.5281
Every format
| HEX | #90cdb2 |
| RGB | rgb(144, 205, 178) |
| HSL | hsl(153, 38%, 68%) |
| CMYK | cmyk(30%, 0%, 13%, 20%) |
| LAB | lab(77.8 -25.2 7.2) |
| LCH | lch(77.8 26.2 164.0) |
| OKLCH | oklch(0.799 0.074 165.3) |
Copy-ready code
/* CSS */
color: #90cdb2;
background-color: #90cdb2;
/* Tailwind (arbitrary) */
class="text-[#90cdb2] bg-[#90cdb2]"
/* SCSS */
$brand: #90cdb2;
/* SwiftUI */
Color(red: 0.565, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#90cdb2")Accessibility — WCAG contrast
Aa
#90cdb2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cdb2 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green80.4%
Blue69.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow13.2%
Key (black)19.6%
Color previews
#90cdb2 text on a black background
contrast 11.56:1
Card sample
#90cdb2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cdb2;
Background color
Panel with #90cdb2 background
background-color: #90cdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cdb2; background: linear-gradient(135deg, #90cdb2, #90BFCD);