#93dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
147, 220, 223
HSL
182°, 54%, 73%
CMYK
34, 1, 0, 13
Luminance
0.6272
Every format
| HEX | #93dcdf |
| RGB | rgb(147, 220, 223) |
| HSL | hsl(182, 54%, 73%) |
| CMYK | cmyk(34%, 1%, 0%, 13%) |
| LAB | lab(83.3 -21.8 -8.7) |
| LCH | lch(83.3 23.5 201.7) |
| OKLCH | oklch(0.848 0.073 199.2) |
Copy-ready code
/* CSS */
color: #93dcdf;
background-color: #93dcdf;
/* Tailwind (arbitrary) */
class="text-[#93dcdf] bg-[#93dcdf]"
/* SCSS */
$brand: #93dcdf;
/* SwiftUI */
Color(red: 0.576, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#93dcdf")Accessibility — WCAG contrast
Aa
#93dcdf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93dcdf on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green86.3%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#93dcdf text on a black background
contrast 13.54:1
Card sample
#93dcdf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93dcdf;
Background color
Panel with #93dcdf background
background-color: #93dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93dcdf; background: linear-gradient(135deg, #93dcdf, #93A9DF);