#90fdf7
a light, electric cyan · cool · closest name: turquoise
RGB
144, 253, 247
HSL
177°, 97%, 78%
CMYK
43, 0, 2, 1
Luminance
0.8290
Every format
| HEX | #90fdf7 |
| RGB | rgb(144, 253, 247) |
| HSL | hsl(177, 97%, 78%) |
| CMYK | cmyk(43%, 0%, 2%, 1%) |
| LAB | lab(93.0 -32.8 -6.9) |
| LCH | lch(93.0 33.5 192.0) |
| OKLCH | oklch(0.927 0.101 190.9) |
Copy-ready code
/* CSS */
color: #90fdf7;
background-color: #90fdf7;
/* Tailwind (arbitrary) */
class="text-[#90fdf7] bg-[#90fdf7]"
/* SCSS */
$brand: #90fdf7;
/* SwiftUI */
Color(red: 0.565, green: 0.992, blue: 0.969)
/* Android */
Color.parseColor("#90fdf7")Accessibility — WCAG contrast
Aa
#90fdf7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90fdf7 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.2%
Blue96.9%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow2.4%
Key (black)0.8%
Color previews
#90fdf7 text on a black background
contrast 17.58:1
Card sample
#90fdf7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90fdf7;
Background color
Panel with #90fdf7 background
background-color: #90fdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90fdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 253, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 253, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90fdf7; background: linear-gradient(135deg, #90fdf7, #90BAFD);