#92bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
146, 188, 223
HSL
207°, 55%, 72%
CMYK
35, 16, 0, 13
Luminance
0.4741
Every format
| HEX | #92bcdf |
| RGB | rgb(146, 188, 223) |
| HSL | hsl(207, 55%, 72%) |
| CMYK | cmyk(35%, 16%, 0%, 13%) |
| LAB | lab(74.5 -5.6 -22.0) |
| LCH | lch(74.5 22.7 255.8) |
| OKLCH | oklch(0.777 0.067 243.9) |
Copy-ready code
/* CSS */
color: #92bcdf;
background-color: #92bcdf;
/* Tailwind (arbitrary) */
class="text-[#92bcdf] bg-[#92bcdf]"
/* SCSS */
$brand: #92bcdf;
/* SwiftUI */
Color(red: 0.573, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#92bcdf")Accessibility — WCAG contrast
Aa
#92bcdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bcdf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan34.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#92bcdf text on a black background
contrast 10.48:1
Card sample
#92bcdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bcdf;
Background color
Panel with #92bcdf background
background-color: #92bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bcdf; background: linear-gradient(135deg, #92bcdf, #9C92DF);