#92b0ff
a light, electric blue · cool · closest name: dodgerblue
RGB
146, 176, 255
HSL
224°, 100%, 79%
CMYK
43, 31, 0, 0
Luminance
0.4438
Every format
| HEX | #92b0ff |
| RGB | rgb(146, 176, 255) |
| HSL | hsl(224, 100%, 79%) |
| CMYK | cmyk(43%, 31%, 0%, 0%) |
| LAB | lab(72.5 9.5 -42.3) |
| LCH | lch(72.5 43.4 282.7) |
| OKLCH | oklch(0.766 0.119 267.7) |
Copy-ready code
/* CSS */
color: #92b0ff;
background-color: #92b0ff;
/* Tailwind (arbitrary) */
class="text-[#92b0ff] bg-[#92b0ff]"
/* SCSS */
$brand: #92b0ff;
/* SwiftUI */
Color(red: 0.573, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#92b0ff")Accessibility — WCAG contrast
Aa
#92b0ff on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92b0ff on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green69.0%
Blue100.0%
CMYK percentages
Cyan42.7%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#92b0ff text on a black background
contrast 9.88:1
Card sample
#92b0ff text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92b0ff;
Background color
Panel with #92b0ff background
background-color: #92b0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92b0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92b0ff; background: linear-gradient(135deg, #92b0ff, #BD92FF);