#92afdc
a light, vivid blue · cool · closest name: skyblue
RGB
146, 175, 220
HSL
217°, 51%, 72%
CMYK
34, 21, 0, 14
Luminance
0.4194
Every format
| HEX | #92afdc |
| RGB | rgb(146, 175, 220) |
| HSL | hsl(217, 51%, 72%) |
| CMYK | cmyk(34%, 21%, 0%, 14%) |
| LAB | lab(70.8 0.8 -25.9) |
| LCH | lch(70.8 25.9 271.7) |
| OKLCH | oklch(0.749 0.073 259.1) |
Copy-ready code
/* CSS */
color: #92afdc;
background-color: #92afdc;
/* Tailwind (arbitrary) */
class="text-[#92afdc] bg-[#92afdc]"
/* SCSS */
$brand: #92afdc;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#92afdc")Accessibility — WCAG contrast
Aa
#92afdc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92afdc on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue86.3%
CMYK percentages
Cyan33.6%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#92afdc text on a black background
contrast 9.39:1
Card sample
#92afdc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92afdc;
Background color
Panel with #92afdc background
background-color: #92afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92afdc; background: linear-gradient(135deg, #92afdc, #A692DC);