#4acfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 207, 255
HSL
196°, 100%, 65%
CMYK
71, 19, 0, 0
Luminance
0.5330
Every format
| HEX | #4acfff |
| RGB | rgb(74, 207, 255) |
| HSL | hsl(196, 100%, 65%) |
| CMYK | cmyk(71%, 19%, 0%, 0%) |
| LAB | lab(78.0 -21.0 -33.9) |
| LCH | lch(78.0 39.9 238.2) |
| OKLCH | oklch(0.802 0.131 226.3) |
Copy-ready code
/* CSS */
color: #4acfff;
background-color: #4acfff;
/* Tailwind (arbitrary) */
class="text-[#4acfff] bg-[#4acfff]"
/* SCSS */
$brand: #4acfff;
/* SwiftUI */
Color(red: 0.290, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#4acfff")Accessibility — WCAG contrast
Aa
#4acfff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acfff on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green81.2%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#4acfff text on a black background
contrast 11.66:1
Card sample
#4acfff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acfff;
Background color
Panel with #4acfff background
background-color: #4acfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acfff; background: linear-gradient(135deg, #4acfff, #4A56FF);