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