#90decf
a light, vivid cyan · cool · closest name: turquoise
RGB
144, 222, 207
HSL
169°, 54%, 72%
CMYK
35, 0, 7, 13
Luminance
0.6268
Every format
| HEX | #90decf |
| RGB | rgb(144, 222, 207) |
| HSL | hsl(169, 54%, 72%) |
| CMYK | cmyk(35%, 0%, 7%, 13%) |
| LAB | lab(83.3 -27.3 -0.3) |
| LCH | lch(83.3 27.3 180.5) |
| OKLCH | oklch(0.846 0.080 180.8) |
Copy-ready code
/* CSS */
color: #90decf;
background-color: #90decf;
/* Tailwind (arbitrary) */
class="text-[#90decf] bg-[#90decf]"
/* SCSS */
$brand: #90decf;
/* SwiftUI */
Color(red: 0.565, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#90decf")Accessibility — WCAG contrast
Aa
#90decf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90decf on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#90decf text on a black background
contrast 13.54:1
Card sample
#90decf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90decf;
Background color
Panel with #90decf background
background-color: #90decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90decf; background: linear-gradient(135deg, #90decf, #90B9DE);