#5acdef
a balanced, electric cyan · cool · closest name: skyblue
RGB
90, 205, 239
HSL
194°, 82%, 65%
CMYK
62, 14, 0, 6
Luminance
0.5207
Every format
| HEX | #5acdef |
| RGB | rgb(90, 205, 239) |
| HSL | hsl(194, 82%, 65%) |
| CMYK | cmyk(62%, 14%, 0%, 6%) |
| LAB | lab(77.3 -22.6 -26.4) |
| LCH | lch(77.3 34.8 229.6) |
| OKLCH | oklch(0.795 0.114 220.5) |
Copy-ready code
/* CSS */
color: #5acdef;
background-color: #5acdef;
/* Tailwind (arbitrary) */
class="text-[#5acdef] bg-[#5acdef]"
/* SCSS */
$brand: #5acdef;
/* SwiftUI */
Color(red: 0.353, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#5acdef")Accessibility — WCAG contrast
Aa
#5acdef on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acdef on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.4%
Blue93.7%
CMYK percentages
Cyan62.3%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#5acdef text on a black background
contrast 11.41:1
Card sample
#5acdef text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acdef;
Background color
Panel with #5acdef background
background-color: #5acdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acdef; background: linear-gradient(135deg, #5acdef, #5A6AEF);