#90aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
144, 174, 253
HSL
224°, 97%, 78%
CMYK
43, 31, 0, 1
Luminance
0.4329
Every format
| HEX | #90aefd |
| RGB | rgb(144, 174, 253) |
| HSL | hsl(224, 97%, 78%) |
| CMYK | cmyk(43%, 31%, 0%, 1%) |
| LAB | lab(71.8 9.6 -42.4) |
| LCH | lch(71.8 43.5 282.8) |
| OKLCH | oklch(0.760 0.119 267.7) |
Copy-ready code
/* CSS */
color: #90aefd;
background-color: #90aefd;
/* Tailwind (arbitrary) */
class="text-[#90aefd] bg-[#90aefd]"
/* SCSS */
$brand: #90aefd;
/* SwiftUI */
Color(red: 0.565, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#90aefd")Accessibility — WCAG contrast
Aa
#90aefd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90aefd on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green68.2%
Blue99.2%
CMYK percentages
Cyan43.1%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#90aefd text on a black background
contrast 9.66:1
Card sample
#90aefd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90aefd;
Background color
Panel with #90aefd background
background-color: #90aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90aefd; background: linear-gradient(135deg, #90aefd, #BB90FD);