#5acff2
a light, electric cyan · cool · closest name: skyblue
RGB
90, 207, 242
HSL
194°, 85%, 65%
CMYK
63, 15, 0, 5
Luminance
0.5321
Every format
| HEX | #5acff2 |
| RGB | rgb(90, 207, 242) |
| HSL | hsl(194, 85%, 65%) |
| CMYK | cmyk(63%, 15%, 0%, 5%) |
| LAB | lab(78.0 -22.7 -27.0) |
| LCH | lch(78.0 35.3 230.0) |
| OKLCH | oklch(0.801 0.115 220.8) |
Copy-ready code
/* CSS */
color: #5acff2;
background-color: #5acff2;
/* Tailwind (arbitrary) */
class="text-[#5acff2] bg-[#5acff2]"
/* SCSS */
$brand: #5acff2;
/* SwiftUI */
Color(red: 0.353, green: 0.812, blue: 0.949)
/* Android */
Color.parseColor("#5acff2")Accessibility — WCAG contrast
Aa
#5acff2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acff2 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green81.2%
Blue94.9%
CMYK percentages
Cyan62.8%
Magenta14.5%
Yellow0.0%
Key (black)5.1%
Color previews
#5acff2 text on a black background
contrast 11.64:1
Card sample
#5acff2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acff2;
Background color
Panel with #5acff2 background
background-color: #5acff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 207, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 207, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acff2; background: linear-gradient(135deg, #5acff2, #5A6AF2);