#94bfd7
a light, vivid blue · cool · closest name: skyblue
RGB
148, 191, 215
HSL
202°, 46%, 71%
CMYK
31, 11, 0, 16
Luminance
0.4846
Every format
| HEX | #94bfd7 |
| RGB | rgb(148, 191, 215) |
| HSL | hsl(202, 46%, 71%) |
| CMYK | cmyk(31%, 11%, 0%, 16%) |
| LAB | lab(75.1 -8.6 -16.6) |
| LCH | lch(75.1 18.7 242.7) |
| OKLCH | oklch(0.782 0.057 232.9) |
Copy-ready code
/* CSS */
color: #94bfd7;
background-color: #94bfd7;
/* Tailwind (arbitrary) */
class="text-[#94bfd7] bg-[#94bfd7]"
/* SCSS */
$brand: #94bfd7;
/* SwiftUI */
Color(red: 0.580, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#94bfd7")Accessibility — WCAG contrast
Aa
#94bfd7 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94bfd7 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green74.9%
Blue84.3%
CMYK percentages
Cyan31.2%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#94bfd7 text on a black background
contrast 10.69:1
Card sample
#94bfd7 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94bfd7;
Background color
Panel with #94bfd7 background
background-color: #94bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94bfd7; background: linear-gradient(135deg, #94bfd7, #9694D7);