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