#90afdb
a light, vivid blue · cool · closest name: skyblue
RGB
144, 175, 219
HSL
215°, 51%, 71%
CMYK
34, 20, 0, 14
Luminance
0.4170
Every format
| HEX | #90afdb |
| RGB | rgb(144, 175, 219) |
| HSL | hsl(215, 51%, 71%) |
| CMYK | cmyk(34%, 20%, 0%, 14%) |
| LAB | lab(70.7 -0.1 -25.6) |
| LCH | lch(70.7 25.6 269.8) |
| OKLCH | oklch(0.747 0.072 257.1) |
Copy-ready code
/* CSS */
color: #90afdb;
background-color: #90afdb;
/* Tailwind (arbitrary) */
class="text-[#90afdb] bg-[#90afdb]"
/* SCSS */
$brand: #90afdb;
/* SwiftUI */
Color(red: 0.565, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#90afdb")Accessibility — WCAG contrast
Aa
#90afdb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90afdb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.6%
Blue85.9%
CMYK percentages
Cyan34.2%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#90afdb text on a black background
contrast 9.34:1
Card sample
#90afdb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90afdb;
Background color
Panel with #90afdb background
background-color: #90afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90afdb; background: linear-gradient(135deg, #90afdb, #A390DB);