#4afbfe
a balanced, electric cyan · cool · closest name: cyan
RGB
74, 251, 254
HSL
181°, 99%, 64%
CMYK
71, 1, 0, 0
Luminance
0.7761
Every format
| HEX | #4afbfe |
| RGB | rgb(74, 251, 254) |
| HSL | hsl(181, 99%, 64%) |
| CMYK | cmyk(71%, 1%, 0%, 0%) |
| LAB | lab(90.6 -42.3 -14.3) |
| LCH | lch(90.6 44.7 198.7) |
| OKLCH | oklch(0.903 0.139 196.7) |
Copy-ready code
/* CSS */
color: #4afbfe;
background-color: #4afbfe;
/* Tailwind (arbitrary) */
class="text-[#4afbfe] bg-[#4afbfe]"
/* SCSS */
$brand: #4afbfe;
/* SwiftUI */
Color(red: 0.290, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#4afbfe")Accessibility — WCAG contrast
Aa
#4afbfe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afbfe on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.4%
Blue99.6%
CMYK percentages
Cyan70.9%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#4afbfe text on a black background
contrast 16.52:1
Card sample
#4afbfe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afbfe;
Background color
Panel with #4afbfe background
background-color: #4afbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afbfe; background: linear-gradient(135deg, #4afbfe, #4A83FE);