#92acfd
a light, electric blue · warm · closest name: dodgerblue
RGB
146, 172, 253
HSL
225°, 96%, 78%
CMYK
42, 32, 0, 1
Luminance
0.4271
Every format
| HEX | #92acfd |
| RGB | rgb(146, 172, 253) |
| HSL | hsl(225, 96%, 78%) |
| CMYK | cmyk(42%, 32%, 0%, 1%) |
| LAB | lab(71.3 11.2 -43.0) |
| LCH | lch(71.3 44.5 284.6) |
| OKLCH | oklch(0.757 0.121 269.8) |
Copy-ready code
/* CSS */
color: #92acfd;
background-color: #92acfd;
/* Tailwind (arbitrary) */
class="text-[#92acfd] bg-[#92acfd]"
/* SCSS */
$brand: #92acfd;
/* SwiftUI */
Color(red: 0.573, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#92acfd")Accessibility — WCAG contrast
Aa
#92acfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92acfd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.5%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#92acfd text on a black background
contrast 9.54:1
Card sample
#92acfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92acfd;
Background color
Panel with #92acfd background
background-color: #92acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92acfd; background: linear-gradient(135deg, #92acfd, #BF92FD);