#3af6ff
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 246, 255
HSL
183°, 100%, 61%
CMYK
77, 4, 0, 0
Luminance
0.7403
Every format
| HEX | #3af6ff |
| RGB | rgb(58, 246, 255) |
| HSL | hsl(183, 100%, 61%) |
| CMYK | cmyk(77%, 4%, 0%, 0%) |
| LAB | lab(88.9 -41.4 -17.4) |
| LCH | lch(88.9 44.9 202.7) |
| OKLCH | oklch(0.889 0.141 200.0) |
Copy-ready code
/* CSS */
color: #3af6ff;
background-color: #3af6ff;
/* Tailwind (arbitrary) */
class="text-[#3af6ff] bg-[#3af6ff]"
/* SCSS */
$brand: #3af6ff;
/* SwiftUI */
Color(red: 0.227, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#3af6ff")Accessibility — WCAG contrast
Aa
#3af6ff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af6ff on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green96.5%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#3af6ff text on a black background
contrast 15.81:1
Card sample
#3af6ff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af6ff;
Background color
Panel with #3af6ff background
background-color: #3af6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af6ff; background: linear-gradient(135deg, #3af6ff, #3A73FF);