#92adfd
a light, electric blue · cool · closest name: dodgerblue
RGB
146, 173, 253
HSL
225°, 96%, 78%
CMYK
42, 32, 0, 1
Luminance
0.4309
Every format
| HEX | #92adfd |
| RGB | rgb(146, 173, 253) |
| HSL | hsl(225, 96%, 78%) |
| CMYK | cmyk(42%, 32%, 0%, 1%) |
| LAB | lab(71.6 10.7 -42.6) |
| LCH | lch(71.6 43.9 284.0) |
| OKLCH | oklch(0.759 0.119 269.2) |
Copy-ready code
/* CSS */
color: #92adfd;
background-color: #92adfd;
/* Tailwind (arbitrary) */
class="text-[#92adfd] bg-[#92adfd]"
/* SCSS */
$brand: #92adfd;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#92adfd")Accessibility — WCAG contrast
Aa
#92adfd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92adfd on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#92adfd text on a black background
contrast 9.62:1
Card sample
#92adfd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92adfd;
Background color
Panel with #92adfd background
background-color: #92adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92adfd; background: linear-gradient(135deg, #92adfd, #BE92FD);