#94dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
148, 223, 235
HSL
188°, 69%, 75%
CMYK
37, 5, 0, 8
Luminance
0.6507
Every format
| HEX | #94dfeb |
| RGB | rgb(148, 223, 235) |
| HSL | hsl(188, 69%, 75%) |
| CMYK | cmyk(37%, 5%, 0%, 8%) |
| LAB | lab(84.5 -20.2 -13.2) |
| LCH | lch(84.5 24.1 213.2) |
| OKLCH | oklch(0.859 0.076 208.5) |
Copy-ready code
/* CSS */
color: #94dfeb;
background-color: #94dfeb;
/* Tailwind (arbitrary) */
class="text-[#94dfeb] bg-[#94dfeb]"
/* SCSS */
$brand: #94dfeb;
/* SwiftUI */
Color(red: 0.580, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#94dfeb")Accessibility — WCAG contrast
Aa
#94dfeb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94dfeb on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#94dfeb text on a black background
contrast 14.01:1
Card sample
#94dfeb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94dfeb;
Background color
Panel with #94dfeb background
background-color: #94dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94dfeb; background: linear-gradient(135deg, #94dfeb, #94A5EB);