#94bacf
a light, soft blue · cool · closest name: skyblue
RGB
148, 186, 207
HSL
201°, 38%, 70%
CMYK
29, 10, 0, 19
Luminance
0.4592
Every format
| HEX | #94bacf |
| RGB | rgb(148, 186, 207) |
| HSL | hsl(201, 38%, 70%) |
| CMYK | cmyk(29%, 10%, 0%, 19%) |
| LAB | lab(73.5 -7.8 -14.7) |
| LCH | lch(73.5 16.7 241.9) |
| OKLCH | oklch(0.768 0.051 232.5) |
Copy-ready code
/* CSS */
color: #94bacf;
background-color: #94bacf;
/* Tailwind (arbitrary) */
class="text-[#94bacf] bg-[#94bacf]"
/* SCSS */
$brand: #94bacf;
/* SwiftUI */
Color(red: 0.580, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#94bacf")Accessibility — WCAG contrast
Aa
#94bacf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bacf on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan28.5%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#94bacf text on a black background
contrast 10.18:1
Card sample
#94bacf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bacf;
Background color
Panel with #94bacf background
background-color: #94bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bacf; background: linear-gradient(135deg, #94bacf, #9594CF);