#3afbfd
a balanced, electric cyan · cool · closest name: cyan
RGB
58, 251, 253
HSL
181°, 98%, 61%
CMYK
77, 1, 0, 1
Luminance
0.7699
Every format
| HEX | #3afbfd |
| RGB | rgb(58, 251, 253) |
| HSL | hsl(181, 98%, 61%) |
| CMYK | cmyk(77%, 1%, 0%, 1%) |
| LAB | lab(90.3 -44.2 -14.3) |
| LCH | lch(90.3 46.5 197.9) |
| OKLCH | oklch(0.900 0.144 196.0) |
Copy-ready code
/* CSS */
color: #3afbfd;
background-color: #3afbfd;
/* Tailwind (arbitrary) */
class="text-[#3afbfd] bg-[#3afbfd]"
/* SCSS */
$brand: #3afbfd;
/* SwiftUI */
Color(red: 0.227, green: 0.984, blue: 0.992)
/* Android */
Color.parseColor("#3afbfd")Accessibility — WCAG contrast
Aa
#3afbfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3afbfd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green98.4%
Blue99.2%
CMYK percentages
Cyan77.1%
Magenta0.8%
Yellow0.0%
Key (black)0.8%
Color previews
#3afbfd text on a black background
contrast 16.40:1
Card sample
#3afbfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3afbfd;
Background color
Panel with #3afbfd background
background-color: #3afbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3afbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 251, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 251, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3afbfd; background: linear-gradient(135deg, #3afbfd, #3A79FD);