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