#90a1f6
a light, electric blue · warm · closest name: dodgerblue
RGB
144, 161, 246
HSL
230°, 85%, 77%
CMYK
42, 35, 0, 4
Luminance
0.3807
Every format
| HEX | #90a1f6 |
| RGB | rgb(144, 161, 246) |
| HSL | hsl(230, 85%, 77%) |
| CMYK | cmyk(42%, 35%, 0%, 4%) |
| LAB | lab(68.1 15.0 -44.4) |
| LCH | lch(68.1 46.9 288.7) |
| OKLCH | oklch(0.730 0.125 274.3) |
Copy-ready code
/* CSS */
color: #90a1f6;
background-color: #90a1f6;
/* Tailwind (arbitrary) */
class="text-[#90a1f6] bg-[#90a1f6]"
/* SCSS */
$brand: #90a1f6;
/* SwiftUI */
Color(red: 0.565, green: 0.631, blue: 0.965)
/* Android */
Color.parseColor("#90a1f6")Accessibility — WCAG contrast
Aa
#90a1f6 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90a1f6 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green63.1%
Blue96.5%
CMYK percentages
Cyan41.5%
Magenta34.6%
Yellow0.0%
Key (black)3.5%
Color previews
#90a1f6 text on a black background
contrast 8.61:1
Card sample
#90a1f6 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90a1f6;
Background color
Panel with #90a1f6 background
background-color: #90a1f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90a1f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 161, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 161, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90a1f6; background: linear-gradient(135deg, #90a1f6, #C390F6);