#94dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
148, 219, 235
HSL
191°, 69%, 75%
CMYK
37, 7, 0, 8
Luminance
0.6296
Every format
| HEX | #94dbeb |
| RGB | rgb(148, 219, 235) |
| HSL | hsl(191, 69%, 75%) |
| CMYK | cmyk(37%, 7%, 0%, 8%) |
| LAB | lab(83.4 -18.2 -14.9) |
| LCH | lch(83.4 23.5 219.2) |
| OKLCH | oklch(0.850 0.074 213.4) |
Copy-ready code
/* CSS */
color: #94dbeb;
background-color: #94dbeb;
/* Tailwind (arbitrary) */
class="text-[#94dbeb] bg-[#94dbeb]"
/* SCSS */
$brand: #94dbeb;
/* SwiftUI */
Color(red: 0.580, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#94dbeb")Accessibility — WCAG contrast
Aa
#94dbeb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94dbeb on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan37.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#94dbeb text on a black background
contrast 13.59:1
Card sample
#94dbeb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94dbeb;
Background color
Panel with #94dbeb background
background-color: #94dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94dbeb; background: linear-gradient(135deg, #94dbeb, #94A1EB);