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