#94cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
148, 205, 223
HSL
194°, 54%, 73%
CMYK
34, 8, 0, 13
Luminance
0.5529
Every format
| HEX | #94cddf |
| RGB | rgb(148, 205, 223) |
| HSL | hsl(194, 54%, 73%) |
| CMYK | cmyk(34%, 8%, 0%, 13%) |
| LAB | lab(79.2 -14.0 -14.8) |
| LCH | lch(79.2 20.3 226.6) |
| OKLCH | oklch(0.815 0.064 219.4) |
Copy-ready code
/* CSS */
color: #94cddf;
background-color: #94cddf;
/* Tailwind (arbitrary) */
class="text-[#94cddf] bg-[#94cddf]"
/* SCSS */
$brand: #94cddf;
/* SwiftUI */
Color(red: 0.580, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#94cddf")Accessibility — WCAG contrast
Aa
#94cddf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94cddf on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#94cddf text on a black background
contrast 12.06:1
Card sample
#94cddf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94cddf;
Background color
Panel with #94cddf background
background-color: #94cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94cddf; background: linear-gradient(135deg, #94cddf, #949BDF);