#94bafd
a light, electric blue · cool · closest name: steelblue
RGB
148, 186, 253
HSL
218°, 96%, 79%
CMYK
42, 27, 0, 1
Luminance
0.4851
Every format
| HEX | #94bafd |
| RGB | rgb(148, 186, 253) |
| HSL | hsl(218, 96%, 79%) |
| CMYK | cmyk(42%, 27%, 0%, 1%) |
| LAB | lab(75.1 3.9 -37.1) |
| LCH | lch(75.1 37.3 276.0) |
| OKLCH | oklch(0.787 0.105 261.4) |
Copy-ready code
/* CSS */
color: #94bafd;
background-color: #94bafd;
/* Tailwind (arbitrary) */
class="text-[#94bafd] bg-[#94bafd]"
/* SCSS */
$brand: #94bafd;
/* SwiftUI */
Color(red: 0.580, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#94bafd")Accessibility — WCAG contrast
Aa
#94bafd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bafd on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green72.9%
Blue99.2%
CMYK percentages
Cyan41.5%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#94bafd text on a black background
contrast 10.70:1
Card sample
#94bafd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bafd;
Background color
Panel with #94bafd background
background-color: #94bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bafd; background: linear-gradient(135deg, #94bafd, #B494FD);