#94bace
a light, soft blue · cool · closest name: skyblue
RGB
148, 186, 206
HSL
201°, 37%, 69%
CMYK
28, 10, 0, 19
Luminance
0.4587
Every format
| HEX | #94bace |
| RGB | rgb(148, 186, 206) |
| HSL | hsl(201, 37%, 69%) |
| CMYK | cmyk(28%, 10%, 0%, 19%) |
| LAB | lab(73.5 -8.1 -14.2) |
| LCH | lch(73.5 16.4 240.4) |
| OKLCH | oklch(0.768 0.050 231.2) |
Copy-ready code
/* CSS */
color: #94bace;
background-color: #94bace;
/* Tailwind (arbitrary) */
class="text-[#94bace] bg-[#94bace]"
/* SCSS */
$brand: #94bace;
/* SwiftUI */
Color(red: 0.580, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#94bace")Accessibility — WCAG contrast
Aa
#94bace on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bace on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green72.9%
Blue80.8%
CMYK percentages
Cyan28.2%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#94bace text on a black background
contrast 10.17:1
Card sample
#94bace text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bace;
Background color
Panel with #94bace background
background-color: #94bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bace; background: linear-gradient(135deg, #94bace, #9594CE);