#3af4fc
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 244, 252
HSL
183°, 97%, 61%
CMYK
77, 3, 0, 1
Luminance
0.7263
Every format
| HEX | #3af4fc |
| RGB | rgb(58, 244, 252) |
| HSL | hsl(183, 97%, 61%) |
| CMYK | cmyk(77%, 3%, 0%, 1%) |
| LAB | lab(88.3 -41.4 -16.8) |
| LCH | lch(88.3 44.7 202.1) |
| OKLCH | oklch(0.883 0.140 199.4) |
Copy-ready code
/* CSS */
color: #3af4fc;
background-color: #3af4fc;
/* Tailwind (arbitrary) */
class="text-[#3af4fc] bg-[#3af4fc]"
/* SCSS */
$brand: #3af4fc;
/* SwiftUI */
Color(red: 0.227, green: 0.957, blue: 0.988)
/* Android */
Color.parseColor("#3af4fc")Accessibility — WCAG contrast
Aa
#3af4fc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af4fc on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green95.7%
Blue98.8%
CMYK percentages
Cyan77.0%
Magenta3.2%
Yellow0.0%
Key (black)1.2%
Color previews
#3af4fc text on a black background
contrast 15.53:1
Card sample
#3af4fc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af4fc;
Background color
Panel with #3af4fc background
background-color: #3af4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 244, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 244, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af4fc; background: linear-gradient(135deg, #3af4fc, #3A73FC);