#92c4f1
a light, electric blue · cool · closest name: skyblue
RGB
146, 196, 241
HSL
208°, 77%, 76%
CMYK
39, 19, 0, 6
Luminance
0.5194
Every format
| HEX | #92c4f1 |
| RGB | rgb(146, 196, 241) |
| HSL | hsl(208, 77%, 76%) |
| CMYK | cmyk(39%, 19%, 0%, 6%) |
| LAB | lab(77.2 -5.2 -27.4) |
| LCH | lch(77.2 27.9 259.2) |
| OKLCH | oklch(0.801 0.083 246.2) |
Copy-ready code
/* CSS */
color: #92c4f1;
background-color: #92c4f1;
/* Tailwind (arbitrary) */
class="text-[#92c4f1] bg-[#92c4f1]"
/* SCSS */
$brand: #92c4f1;
/* SwiftUI */
Color(red: 0.573, green: 0.769, blue: 0.945)
/* Android */
Color.parseColor("#92c4f1")Accessibility — WCAG contrast
Aa
#92c4f1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c4f1 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green76.9%
Blue94.5%
CMYK percentages
Cyan39.4%
Magenta18.7%
Yellow0.0%
Key (black)5.5%
Color previews
#92c4f1 text on a black background
contrast 11.39:1
Card sample
#92c4f1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c4f1;
Background color
Panel with #92c4f1 background
background-color: #92c4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 196, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 196, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c4f1; background: linear-gradient(135deg, #92c4f1, #9F92F1);