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