#92bfe2
a light, vivid blue · cool · closest name: skyblue
RGB
146, 191, 226
HSL
206°, 58%, 73%
CMYK
35, 16, 0, 11
Luminance
0.4886
Every format
| HEX | #92bfe2 |
| RGB | rgb(146, 191, 226) |
| HSL | hsl(206, 58%, 73%) |
| CMYK | cmyk(35%, 16%, 0%, 11%) |
| LAB | lab(75.4 -6.4 -22.2) |
| LCH | lch(75.4 23.1 253.9) |
| OKLCH | oklch(0.785 0.069 242.1) |
Copy-ready code
/* CSS */
color: #92bfe2;
background-color: #92bfe2;
/* Tailwind (arbitrary) */
class="text-[#92bfe2] bg-[#92bfe2]"
/* SCSS */
$brand: #92bfe2;
/* SwiftUI */
Color(red: 0.573, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#92bfe2")Accessibility — WCAG contrast
Aa
#92bfe2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bfe2 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green74.9%
Blue88.6%
CMYK percentages
Cyan35.4%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#92bfe2 text on a black background
contrast 10.77:1
Card sample
#92bfe2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bfe2;
Background color
Panel with #92bfe2 background
background-color: #92bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bfe2; background: linear-gradient(135deg, #92bfe2, #9A92E2);