#4aefef
a balanced, electric cyan · cool · closest name: cyan
RGB
74, 239, 239
HSL
180°, 84%, 61%
CMYK
69, 0, 0, 6
Luminance
0.6942
Every format
| HEX | #4aefef |
| RGB | rgb(74, 239, 239) |
| HSL | hsl(180, 84%, 61%) |
| CMYK | cmyk(69%, 0%, 0%, 6%) |
| LAB | lab(86.7 -41.1 -12.3) |
| LCH | lch(86.7 42.9 196.7) |
| OKLCH | oklch(0.870 0.132 195.0) |
Copy-ready code
/* CSS */
color: #4aefef;
background-color: #4aefef;
/* Tailwind (arbitrary) */
class="text-[#4aefef] bg-[#4aefef]"
/* SCSS */
$brand: #4aefef;
/* SwiftUI */
Color(red: 0.290, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#4aefef")Accessibility — WCAG contrast
Aa
#4aefef on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aefef on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green93.7%
Blue93.7%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4aefef text on a black background
contrast 14.88:1
Card sample
#4aefef text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aefef;
Background color
Panel with #4aefef background
background-color: #4aefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aefef; background: linear-gradient(135deg, #4aefef, #4A81EF);