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