#92aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
146, 174, 253
HSL
224°, 96%, 78%
CMYK
42, 31, 0, 1
Luminance
0.4347
Every format
| HEX | #92aefd |
| RGB | rgb(146, 174, 253) |
| HSL | hsl(224, 96%, 78%) |
| CMYK | cmyk(42%, 31%, 0%, 1%) |
| LAB | lab(71.9 10.1 -42.2) |
| LCH | lch(71.9 43.4 283.5) |
| OKLCH | oklch(0.761 0.118 268.6) |
Copy-ready code
/* CSS */
color: #92aefd;
background-color: #92aefd;
/* Tailwind (arbitrary) */
class="text-[#92aefd] bg-[#92aefd]"
/* SCSS */
$brand: #92aefd;
/* SwiftUI */
Color(red: 0.573, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#92aefd")Accessibility — WCAG contrast
Aa
#92aefd on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92aefd on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.2%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#92aefd text on a black background
contrast 9.69:1
Card sample
#92aefd text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92aefd;
Background color
Panel with #92aefd background
background-color: #92aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92aefd; background: linear-gradient(135deg, #92aefd, #BD92FD);