#3aeafb
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 234, 251
HSL
185°, 96%, 61%
CMYK
77, 7, 0, 2
Luminance
0.6671
Every format
| HEX | #3aeafb |
| RGB | rgb(58, 234, 251) |
| HSL | hsl(185, 96%, 61%) |
| CMYK | cmyk(77%, 7%, 0%, 2%) |
| LAB | lab(85.3 -37.1 -20.7) |
| LCH | lch(85.3 42.5 209.1) |
| OKLCH | oklch(0.860 0.136 204.9) |
Copy-ready code
/* CSS */
color: #3aeafb;
background-color: #3aeafb;
/* Tailwind (arbitrary) */
class="text-[#3aeafb] bg-[#3aeafb]"
/* SCSS */
$brand: #3aeafb;
/* SwiftUI */
Color(red: 0.227, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#3aeafb")Accessibility — WCAG contrast
Aa
#3aeafb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aeafb on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green91.8%
Blue98.4%
CMYK percentages
Cyan76.9%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#3aeafb text on a black background
contrast 14.34:1
Card sample
#3aeafb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aeafb;
Background color
Panel with #3aeafb background
background-color: #3aeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aeafb; background: linear-gradient(135deg, #3aeafb, #3A69FB);