#92afda
a light, vivid blue · cool · closest name: skyblue
RGB
146, 175, 218
HSL
216°, 49%, 71%
CMYK
33, 20, 0, 15
Luminance
0.4183
Every format
| HEX | #92afda |
| RGB | rgb(146, 175, 218) |
| HSL | hsl(216, 49%, 71%) |
| CMYK | cmyk(33%, 20%, 0%, 15%) |
| LAB | lab(70.8 0.2 -24.9) |
| LCH | lch(70.8 24.9 270.6) |
| OKLCH | oklch(0.748 0.070 258.1) |
Copy-ready code
/* CSS */
color: #92afda;
background-color: #92afda;
/* Tailwind (arbitrary) */
class="text-[#92afda] bg-[#92afda]"
/* SCSS */
$brand: #92afda;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#92afda")Accessibility — WCAG contrast
Aa
#92afda on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92afda on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue85.5%
CMYK percentages
Cyan33.0%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#92afda text on a black background
contrast 9.37:1
Card sample
#92afda text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92afda;
Background color
Panel with #92afda background
background-color: #92afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92afda; background: linear-gradient(135deg, #92afda, #A592DA);