#90afdf
a light, vivid blue · cool · closest name: skyblue
RGB
144, 175, 223
HSL
217°, 55%, 72%
CMYK
35, 22, 0, 13
Luminance
0.4192
Every format
| HEX | #90afdf |
| RGB | rgb(144, 175, 223) |
| HSL | hsl(217, 55%, 72%) |
| CMYK | cmyk(35%, 22%, 0%, 13%) |
| LAB | lab(70.8 1.0 -27.6) |
| LCH | lch(70.8 27.6 272.0) |
| OKLCH | oklch(0.748 0.078 259.0) |
Copy-ready code
/* CSS */
color: #90afdf;
background-color: #90afdf;
/* Tailwind (arbitrary) */
class="text-[#90afdf] bg-[#90afdf]"
/* SCSS */
$brand: #90afdf;
/* SwiftUI */
Color(red: 0.565, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#90afdf")Accessibility — WCAG contrast
Aa
#90afdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90afdf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#90afdf text on a black background
contrast 9.38:1
Card sample
#90afdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90afdf;
Background color
Panel with #90afdf background
background-color: #90afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90afdf; background: linear-gradient(135deg, #90afdf, #A690DF);