#94b3ff
a light, electric blue · cool · closest name: steelblue
RGB
148, 179, 255
HSL
223°, 100%, 79%
CMYK
42, 30, 0, 0
Luminance
0.4576
Every format
| HEX | #94b3ff |
| RGB | rgb(148, 179, 255) |
| HSL | hsl(223, 100%, 79%) |
| CMYK | cmyk(42%, 30%, 0%, 0%) |
| LAB | lab(73.4 8.3 -40.9) |
| LCH | lch(73.4 41.8 281.5) |
| OKLCH | oklch(0.773 0.115 266.8) |
Copy-ready code
/* CSS */
color: #94b3ff;
background-color: #94b3ff;
/* Tailwind (arbitrary) */
class="text-[#94b3ff] bg-[#94b3ff]"
/* SCSS */
$brand: #94b3ff;
/* SwiftUI */
Color(red: 0.580, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#94b3ff")Accessibility — WCAG contrast
Aa
#94b3ff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b3ff on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green70.2%
Blue100.0%
CMYK percentages
Cyan42.0%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#94b3ff text on a black background
contrast 10.15:1
Card sample
#94b3ff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b3ff;
Background color
Panel with #94b3ff background
background-color: #94b3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b3ff; background: linear-gradient(135deg, #94b3ff, #BC94FF);