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