#94b2fd
a light, electric blue · cool · closest name: steelblue
RGB
148, 178, 253
HSL
223°, 96%, 79%
CMYK
42, 30, 0, 1
Luminance
0.4523
Every format
| HEX | #94b2fd |
| RGB | rgb(148, 178, 253) |
| HSL | hsl(223, 96%, 79%) |
| CMYK | cmyk(42%, 30%, 0%, 1%) |
| LAB | lab(73.0 8.4 -40.4) |
| LCH | lch(73.0 41.2 281.7) |
| OKLCH | oklch(0.770 0.113 267.1) |
Copy-ready code
/* CSS */
color: #94b2fd;
background-color: #94b2fd;
/* Tailwind (arbitrary) */
class="text-[#94b2fd] bg-[#94b2fd]"
/* SCSS */
$brand: #94b2fd;
/* SwiftUI */
Color(red: 0.580, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#94b2fd")Accessibility — WCAG contrast
Aa
#94b2fd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b2fd on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green69.8%
Blue99.2%
CMYK percentages
Cyan41.5%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#94b2fd text on a black background
contrast 10.05:1
Card sample
#94b2fd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b2fd;
Background color
Panel with #94b2fd background
background-color: #94b2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b2fd; background: linear-gradient(135deg, #94b2fd, #BC94FD);