#94bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
148, 188, 223
HSL
208°, 54%, 73%
CMYK
34, 16, 0, 13
Luminance
0.4759
Every format
| HEX | #94bcdf |
| RGB | rgb(148, 188, 223) |
| HSL | hsl(208, 54%, 73%) |
| CMYK | cmyk(34%, 16%, 0%, 13%) |
| LAB | lab(74.6 -5.0 -21.8) |
| LCH | lch(74.6 22.4 257.1) |
| OKLCH | oklch(0.779 0.066 245.2) |
Copy-ready code
/* CSS */
color: #94bcdf;
background-color: #94bcdf;
/* Tailwind (arbitrary) */
class="text-[#94bcdf] bg-[#94bcdf]"
/* SCSS */
$brand: #94bcdf;
/* SwiftUI */
Color(red: 0.580, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#94bcdf")Accessibility — WCAG contrast
Aa
#94bcdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bcdf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#94bcdf text on a black background
contrast 10.52:1
Card sample
#94bcdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bcdf;
Background color
Panel with #94bcdf background
background-color: #94bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bcdf; background: linear-gradient(135deg, #94bcdf, #9E94DF);