#93beee
a light, vivid blue · cool · closest name: skyblue
RGB
147, 190, 238
HSL
212°, 73%, 76%
CMYK
38, 20, 0, 7
Luminance
0.4920
Every format
| HEX | #93beee |
| RGB | rgb(147, 190, 238) |
| HSL | hsl(212, 73%, 76%) |
| CMYK | cmyk(38%, 20%, 0%, 7%) |
| LAB | lab(75.6 -2.5 -28.4) |
| LCH | lch(75.6 28.5 264.9) |
| OKLCH | oklch(0.788 0.083 251.6) |
Copy-ready code
/* CSS */
color: #93beee;
background-color: #93beee;
/* Tailwind (arbitrary) */
class="text-[#93beee] bg-[#93beee]"
/* SCSS */
$brand: #93beee;
/* SwiftUI */
Color(red: 0.576, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#93beee")Accessibility — WCAG contrast
Aa
#93beee on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93beee on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan38.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#93beee text on a black background
contrast 10.84:1
Card sample
#93beee text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93beee;
Background color
Panel with #93beee background
background-color: #93beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93beee; background: linear-gradient(135deg, #93beee, #A593EE);