#3ae4f2
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 228, 242
HSL
185°, 88%, 59%
CMYK
76, 6, 0, 5
Luminance
0.6280
Every format
| HEX | #3ae4f2 |
| RGB | rgb(58, 228, 242) |
| HSL | hsl(185, 88%, 59%) |
| CMYK | cmyk(76%, 6%, 0%, 5%) |
| LAB | lab(83.3 -37.0 -19.0) |
| LCH | lch(83.3 41.6 207.2) |
| OKLCH | oklch(0.842 0.133 203.4) |
Copy-ready code
/* CSS */
color: #3ae4f2;
background-color: #3ae4f2;
/* Tailwind (arbitrary) */
class="text-[#3ae4f2] bg-[#3ae4f2]"
/* SCSS */
$brand: #3ae4f2;
/* SwiftUI */
Color(red: 0.227, green: 0.894, blue: 0.949)
/* Android */
Color.parseColor("#3ae4f2")Accessibility — WCAG contrast
Aa
#3ae4f2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ae4f2 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green89.4%
Blue94.9%
CMYK percentages
Cyan76.0%
Magenta5.8%
Yellow0.0%
Key (black)5.1%
Color previews
#3ae4f2 text on a black background
contrast 13.56:1
Card sample
#3ae4f2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ae4f2;
Background color
Panel with #3ae4f2 background
background-color: #3ae4f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ae4f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 228, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 228, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ae4f2; background: linear-gradient(135deg, #3ae4f2, #3A69F2);