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