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