#92cdf9
a light, electric blue · cool · closest name: skyblue
RGB
146, 205, 249
HSL
206°, 90%, 78%
CMYK
41, 18, 0, 2
Luminance
0.5661
Every format
| HEX | #92cdf9 |
| RGB | rgb(146, 205, 249) |
| HSL | hsl(206, 90%, 78%) |
| CMYK | cmyk(41%, 18%, 0%, 2%) |
| LAB | lab(80.0 -7.9 -27.6) |
| LCH | lch(80.0 28.7 254.0) |
| OKLCH | oklch(0.824 0.087 241.4) |
Copy-ready code
/* CSS */
color: #92cdf9;
background-color: #92cdf9;
/* Tailwind (arbitrary) */
class="text-[#92cdf9] bg-[#92cdf9]"
/* SCSS */
$brand: #92cdf9;
/* SwiftUI */
Color(red: 0.573, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#92cdf9")Accessibility — WCAG contrast
Aa
#92cdf9 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cdf9 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green80.4%
Blue97.6%
CMYK percentages
Cyan41.4%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#92cdf9 text on a black background
contrast 12.32:1
Card sample
#92cdf9 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cdf9;
Background color
Panel with #92cdf9 background
background-color: #92cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cdf9; background: linear-gradient(135deg, #92cdf9, #9C92F9);