#4af4fc
a balanced, electric cyan · cool · closest name: cyan
RGB
74, 244, 252
HSL
183°, 97%, 64%
CMYK
71, 3, 0, 1
Luminance
0.7319
Every format
| HEX | #4af4fc |
| RGB | rgb(74, 244, 252) |
| HSL | hsl(183, 97%, 64%) |
| CMYK | cmyk(71%, 3%, 0%, 1%) |
| LAB | lab(88.5 -39.7 -16.4) |
| LCH | lch(88.5 43.0 202.4) |
| OKLCH | oklch(0.886 0.135 199.7) |
Copy-ready code
/* CSS */
color: #4af4fc;
background-color: #4af4fc;
/* Tailwind (arbitrary) */
class="text-[#4af4fc] bg-[#4af4fc]"
/* SCSS */
$brand: #4af4fc;
/* SwiftUI */
Color(red: 0.290, green: 0.957, blue: 0.988)
/* Android */
Color.parseColor("#4af4fc")Accessibility — WCAG contrast
Aa
#4af4fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af4fc on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green95.7%
Blue98.8%
CMYK percentages
Cyan70.6%
Magenta3.2%
Yellow0.0%
Key (black)1.2%
Color previews
#4af4fc text on a black background
contrast 15.64:1
Card sample
#4af4fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af4fc;
Background color
Panel with #4af4fc background
background-color: #4af4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 244, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 244, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af4fc; background: linear-gradient(135deg, #4af4fc, #4A7DFC);