#94b8db
a light, vivid blue · cool · closest name: skyblue
RGB
148, 184, 219
HSL
210°, 50%, 72%
CMYK
32, 16, 0, 14
Luminance
0.4569
Every format
| HEX | #94b8db |
| RGB | rgb(148, 184, 219) |
| HSL | hsl(210, 50%, 72%) |
| CMYK | cmyk(32%, 16%, 0%, 14%) |
| LAB | lab(73.3 -3.9 -21.5) |
| LCH | lch(73.3 21.8 259.8) |
| OKLCH | oklch(0.768 0.064 247.9) |
Copy-ready code
/* CSS */
color: #94b8db;
background-color: #94b8db;
/* Tailwind (arbitrary) */
class="text-[#94b8db] bg-[#94b8db]"
/* SCSS */
$brand: #94b8db;
/* SwiftUI */
Color(red: 0.580, green: 0.722, blue: 0.859)
/* Android */
Color.parseColor("#94b8db")Accessibility — WCAG contrast
Aa
#94b8db on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b8db on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green72.2%
Blue85.9%
CMYK percentages
Cyan32.4%
Magenta16.0%
Yellow0.0%
Key (black)14.1%
Color previews
#94b8db text on a black background
contrast 10.14:1
Card sample
#94b8db text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b8db;
Background color
Panel with #94b8db background
background-color: #94b8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 184, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 184, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b8db; background: linear-gradient(135deg, #94b8db, #9F94DB);