#90ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
144, 235, 223
HSL
172°, 70%, 74%
CMYK
39, 0, 5, 8
Luminance
0.7067
Every format
| HEX | #90ebdf |
| RGB | rgb(144, 235, 223) |
| HSL | hsl(172, 70%, 74%) |
| CMYK | cmyk(39%, 0%, 5%, 8%) |
| LAB | lab(87.3 -29.9 -2.8) |
| LCH | lch(87.3 30.0 185.3) |
| OKLCH | oklch(0.880 0.089 185.1) |
Copy-ready code
/* CSS */
color: #90ebdf;
background-color: #90ebdf;
/* Tailwind (arbitrary) */
class="text-[#90ebdf] bg-[#90ebdf]"
/* SCSS */
$brand: #90ebdf;
/* SwiftUI */
Color(red: 0.565, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#90ebdf")Accessibility — WCAG contrast
Aa
#90ebdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ebdf on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#90ebdf text on a black background
contrast 15.13:1
Card sample
#90ebdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ebdf;
Background color
Panel with #90ebdf background
background-color: #90ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ebdf; background: linear-gradient(135deg, #90ebdf, #90BAEB);