#94b5eb
a light, vivid blue · cool · closest name: skyblue
RGB
148, 181, 235
HSL
217°, 69%, 75%
CMYK
37, 23, 0, 8
Luminance
0.4534
Every format
| HEX | #94b5eb |
| RGB | rgb(148, 181, 235) |
| HSL | hsl(217, 69%, 75%) |
| CMYK | cmyk(37%, 23%, 0%, 8%) |
| LAB | lab(73.1 1.9 -30.5) |
| LCH | lch(73.1 30.6 273.5) |
| OKLCH | oklch(0.769 0.086 260.1) |
Copy-ready code
/* CSS */
color: #94b5eb;
background-color: #94b5eb;
/* Tailwind (arbitrary) */
class="text-[#94b5eb] bg-[#94b5eb]"
/* SCSS */
$brand: #94b5eb;
/* SwiftUI */
Color(red: 0.580, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#94b5eb")Accessibility — WCAG contrast
Aa
#94b5eb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b5eb on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green71.0%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#94b5eb text on a black background
contrast 10.07:1
Card sample
#94b5eb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b5eb;
Background color
Panel with #94b5eb background
background-color: #94b5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b5eb; background: linear-gradient(135deg, #94b5eb, #AD94EB);