#94c3e7
a light, vivid blue · cool · closest name: skyblue
RGB
148, 195, 231
HSL
206°, 63%, 74%
CMYK
36, 16, 0, 9
Luminance
0.5110
Every format
| HEX | #94c3e7 |
| RGB | rgb(148, 195, 231) |
| HSL | hsl(206, 63%, 74%) |
| CMYK | cmyk(36%, 16%, 0%, 9%) |
| LAB | lab(76.7 -6.7 -22.8) |
| LCH | lch(76.7 23.8 253.5) |
| OKLCH | oklch(0.797 0.071 241.7) |
Copy-ready code
/* CSS */
color: #94c3e7;
background-color: #94c3e7;
/* Tailwind (arbitrary) */
class="text-[#94c3e7] bg-[#94c3e7]"
/* SCSS */
$brand: #94c3e7;
/* SwiftUI */
Color(red: 0.580, green: 0.765, blue: 0.906)
/* Android */
Color.parseColor("#94c3e7")Accessibility — WCAG contrast
Aa
#94c3e7 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94c3e7 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green76.5%
Blue90.6%
CMYK percentages
Cyan35.9%
Magenta15.6%
Yellow0.0%
Key (black)9.4%
Color previews
#94c3e7 text on a black background
contrast 11.22:1
Card sample
#94c3e7 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94c3e7;
Background color
Panel with #94c3e7 background
background-color: #94c3e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94c3e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 195, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 195, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94c3e7; background: linear-gradient(135deg, #94c3e7, #9C94E7);