#90cfba
a light, soft cyan · cool · closest name: turquoise
RGB
144, 207, 186
HSL
160°, 40%, 69%
CMYK
30, 0, 10, 19
Luminance
0.5410
Every format
| HEX | #90cfba |
| RGB | rgb(144, 207, 186) |
| HSL | hsl(160, 40%, 69%) |
| CMYK | cmyk(30%, 0%, 10%, 19%) |
| LAB | lab(78.5 -24.5 4.0) |
| LCH | lch(78.5 24.9 170.7) |
| OKLCH | oklch(0.806 0.071 171.7) |
Copy-ready code
/* CSS */
color: #90cfba;
background-color: #90cfba;
/* Tailwind (arbitrary) */
class="text-[#90cfba] bg-[#90cfba]"
/* SCSS */
$brand: #90cfba;
/* SwiftUI */
Color(red: 0.565, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#90cfba")Accessibility — WCAG contrast
Aa
#90cfba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90cfba on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#90cfba text on a black background
contrast 11.82:1
Card sample
#90cfba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90cfba;
Background color
Panel with #90cfba background
background-color: #90cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90cfba; background: linear-gradient(135deg, #90cfba, #90BACF);