#90cfad
a light, soft green · cool · closest name: turquoise
RGB
144, 207, 173
HSL
148°, 40%, 69%
CMYK
30, 0, 16, 19
Luminance
0.5357
Every format
| HEX | #90cfad |
| RGB | rgb(144, 207, 173) |
| HSL | hsl(148, 40%, 69%) |
| CMYK | cmyk(30%, 0%, 16%, 19%) |
| LAB | lab(78.2 -27.2 10.6) |
| LCH | lch(78.2 29.2 158.8) |
| OKLCH | oklch(0.802 0.081 160.3) |
Copy-ready code
/* CSS */
color: #90cfad;
background-color: #90cfad;
/* Tailwind (arbitrary) */
class="text-[#90cfad] bg-[#90cfad]"
/* SCSS */
$brand: #90cfad;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#90cfad")Accessibility — WCAG contrast
Aa
#90cfad on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cfad on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#90cfad text on a black background
contrast 11.71:1
Card sample
#90cfad text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cfad;
Background color
Panel with #90cfad background
background-color: #90cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cfad; background: linear-gradient(135deg, #90cfad, #90C7CF);