#93bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
147, 188, 223
HSL
208°, 54%, 73%
CMYK
34, 16, 0, 13
Luminance
0.4750
Every format
| HEX | #93bcdf |
| RGB | rgb(147, 188, 223) |
| HSL | hsl(208, 54%, 73%) |
| CMYK | cmyk(34%, 16%, 0%, 13%) |
| LAB | lab(74.5 -5.3 -21.9) |
| LCH | lch(74.5 22.5 256.4) |
| OKLCH | oklch(0.778 0.067 244.6) |
Copy-ready code
/* CSS */
color: #93bcdf;
background-color: #93bcdf;
/* Tailwind (arbitrary) */
class="text-[#93bcdf] bg-[#93bcdf]"
/* SCSS */
$brand: #93bcdf;
/* SwiftUI */
Color(red: 0.576, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#93bcdf")Accessibility — WCAG contrast
Aa
#93bcdf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93bcdf on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#93bcdf text on a black background
contrast 10.50:1
Card sample
#93bcdf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93bcdf;
Background color
Panel with #93bcdf background
background-color: #93bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93bcdf; background: linear-gradient(135deg, #93bcdf, #9C93DF);