#4ac4ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 196, 255
HSL
200°, 100%, 65%
CMYK
71, 23, 0, 0
Luminance
0.4816
Every format
| HEX | #4ac4ff |
| RGB | rgb(74, 196, 255) |
| HSL | hsl(200, 100%, 65%) |
| CMYK | cmyk(71%, 23%, 0%, 0%) |
| LAB | lab(74.9 -15.3 -38.8) |
| LCH | lch(74.9 41.7 248.4) |
| OKLCH | oklch(0.777 0.136 233.6) |
Copy-ready code
/* CSS */
color: #4ac4ff;
background-color: #4ac4ff;
/* Tailwind (arbitrary) */
class="text-[#4ac4ff] bg-[#4ac4ff]"
/* SCSS */
$brand: #4ac4ff;
/* SwiftUI */
Color(red: 0.290, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#4ac4ff")Accessibility — WCAG contrast
Aa
#4ac4ff on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac4ff on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green76.9%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#4ac4ff text on a black background
contrast 10.63:1
Card sample
#4ac4ff text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac4ff;
Background color
Panel with #4ac4ff background
background-color: #4ac4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac4ff; background: linear-gradient(135deg, #4ac4ff, #4A4BFF);