#92ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
146, 235, 253
HSL
190°, 96%, 78%
CMYK
42, 7, 0, 1
Luminance
0.7262
Every format
| HEX | #92ebfd |
| RGB | rgb(146, 235, 253) |
| HSL | hsl(190, 96%, 78%) |
| CMYK | cmyk(42%, 7%, 0%, 1%) |
| LAB | lab(88.3 -22.2 -17.1) |
| LCH | lch(88.3 28.0 217.6) |
| OKLCH | oklch(0.890 0.089 211.9) |
Copy-ready code
/* CSS */
color: #92ebfd;
background-color: #92ebfd;
/* Tailwind (arbitrary) */
class="text-[#92ebfd] bg-[#92ebfd]"
/* SCSS */
$brand: #92ebfd;
/* SwiftUI */
Color(red: 0.573, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#92ebfd")Accessibility — WCAG contrast
Aa
#92ebfd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ebfd on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan42.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#92ebfd text on a black background
contrast 15.52:1
Card sample
#92ebfd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ebfd;
Background color
Panel with #92ebfd background
background-color: #92ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ebfd; background: linear-gradient(135deg, #92ebfd, #92A4FD);