#3aefff
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 239, 255
HSL
185°, 100%, 61%
CMYK
77, 6, 0, 0
Luminance
0.6985
Every format
| HEX | #3aefff |
| RGB | rgb(58, 239, 255) |
| HSL | hsl(185, 100%, 61%) |
| CMYK | cmyk(77%, 6%, 0%, 0%) |
| LAB | lab(86.9 -38.3 -20.4) |
| LCH | lch(86.9 43.4 208.1) |
| OKLCH | oklch(0.873 0.139 204.1) |
Copy-ready code
/* CSS */
color: #3aefff;
background-color: #3aefff;
/* Tailwind (arbitrary) */
class="text-[#3aefff] bg-[#3aefff]"
/* SCSS */
$brand: #3aefff;
/* SwiftUI */
Color(red: 0.227, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#3aefff")Accessibility — WCAG contrast
Aa
#3aefff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aefff on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green93.7%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#3aefff text on a black background
contrast 14.97:1
Card sample
#3aefff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aefff;
Background color
Panel with #3aefff background
background-color: #3aefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aefff; background: linear-gradient(135deg, #3aefff, #3A6CFF);