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