#94c2fd
a light, electric blue · cool · closest name: skyblue
RGB
148, 194, 253
HSL
214°, 96%, 79%
CMYK
42, 23, 0, 1
Luminance
0.5197
Every format
| HEX | #94c2fd |
| RGB | rgb(148, 194, 253) |
| HSL | hsl(214, 96%, 79%) |
| CMYK | cmyk(42%, 23%, 0%, 1%) |
| LAB | lab(77.3 -0.5 -33.8) |
| LCH | lch(77.3 33.8 269.2) |
| OKLCH | oklch(0.803 0.097 254.9) |
Copy-ready code
/* CSS */
color: #94c2fd;
background-color: #94c2fd;
/* Tailwind (arbitrary) */
class="text-[#94c2fd] bg-[#94c2fd]"
/* SCSS */
$brand: #94c2fd;
/* SwiftUI */
Color(red: 0.580, green: 0.761, blue: 0.992)
/* Android */
Color.parseColor("#94c2fd")Accessibility — WCAG contrast
Aa
#94c2fd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94c2fd on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green76.1%
Blue99.2%
CMYK percentages
Cyan41.5%
Magenta23.3%
Yellow0.0%
Key (black)0.8%
Color previews
#94c2fd text on a black background
contrast 11.39:1
Card sample
#94c2fd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94c2fd;
Background color
Panel with #94c2fd background
background-color: #94c2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94c2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 194, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 194, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94c2fd; background: linear-gradient(135deg, #94c2fd, #AC94FD);