#94c4ff
a light, electric blue · cool · closest name: skyblue
RGB
148, 196, 255
HSL
213°, 100%, 79%
CMYK
42, 23, 0, 0
Luminance
0.5300
Every format
| HEX | #94c4ff |
| RGB | rgb(148, 196, 255) |
| HSL | hsl(213, 100%, 79%) |
| CMYK | cmyk(42%, 23%, 0%, 0%) |
| LAB | lab(77.9 -1.0 -34.0) |
| LCH | lch(77.9 34.0 268.3) |
| OKLCH | oklch(0.808 0.098 254.0) |
Copy-ready code
/* CSS */
color: #94c4ff;
background-color: #94c4ff;
/* Tailwind (arbitrary) */
class="text-[#94c4ff] bg-[#94c4ff]"
/* SCSS */
$brand: #94c4ff;
/* SwiftUI */
Color(red: 0.580, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#94c4ff")Accessibility — WCAG contrast
Aa
#94c4ff on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94c4ff on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green76.9%
Blue100.0%
CMYK percentages
Cyan42.0%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#94c4ff text on a black background
contrast 11.60:1
Card sample
#94c4ff text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94c4ff;
Background color
Panel with #94c4ff background
background-color: #94c4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94c4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94c4ff; background: linear-gradient(135deg, #94c4ff, #AB94FF);