#92afdf
a light, vivid blue · cool · closest name: skyblue
RGB
146, 175, 223
HSL
217°, 55%, 72%
CMYK
35, 22, 0, 13
Luminance
0.4210
Every format
| HEX | #92afdf |
| RGB | rgb(146, 175, 223) |
| HSL | hsl(217, 55%, 72%) |
| CMYK | cmyk(35%, 22%, 0%, 13%) |
| LAB | lab(70.9 1.5 -27.4) |
| LCH | lch(70.9 27.4 273.2) |
| OKLCH | oklch(0.750 0.077 260.4) |
Copy-ready code
/* CSS */
color: #92afdf;
background-color: #92afdf;
/* Tailwind (arbitrary) */
class="text-[#92afdf] bg-[#92afdf]"
/* SCSS */
$brand: #92afdf;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#92afdf")Accessibility — WCAG contrast
Aa
#92afdf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92afdf on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#92afdf text on a black background
contrast 9.42:1
Card sample
#92afdf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92afdf;
Background color
Panel with #92afdf background
background-color: #92afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92afdf; background: linear-gradient(135deg, #92afdf, #A892DF);