#92dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
146, 219, 253
HSL
199°, 96%, 78%
CMYK
42, 13, 0, 1
Luminance
0.6387
Every format
| HEX | #92dbfd |
| RGB | rgb(146, 219, 253) |
| HSL | hsl(199, 96%, 78%) |
| CMYK | cmyk(42%, 13%, 0%, 1%) |
| LAB | lab(83.9 -14.2 -23.7) |
| LCH | lch(83.9 27.6 239.1) |
| OKLCH | oklch(0.855 0.087 229.0) |
Copy-ready code
/* CSS */
color: #92dbfd;
background-color: #92dbfd;
/* Tailwind (arbitrary) */
class="text-[#92dbfd] bg-[#92dbfd]"
/* SCSS */
$brand: #92dbfd;
/* SwiftUI */
Color(red: 0.573, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#92dbfd")Accessibility — WCAG contrast
Aa
#92dbfd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92dbfd on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green85.9%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#92dbfd text on a black background
contrast 13.77:1
Card sample
#92dbfd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92dbfd;
Background color
Panel with #92dbfd background
background-color: #92dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92dbfd; background: linear-gradient(135deg, #92dbfd, #9293FD);