#4acceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 204, 235
HSL
192°, 80%, 61%
CMYK
69, 13, 0, 8
Luminance
0.5064
Every format
| HEX | #4acceb |
| RGB | rgb(74, 204, 235) |
| HSL | hsl(192, 80%, 61%) |
| CMYK | cmyk(69%, 13%, 0%, 8%) |
| LAB | lab(76.5 -25.7 -25.7) |
| LCH | lch(76.5 36.3 225.0) |
| OKLCH | oklch(0.787 0.119 216.9) |
Copy-ready code
/* CSS */
color: #4acceb;
background-color: #4acceb;
/* Tailwind (arbitrary) */
class="text-[#4acceb] bg-[#4acceb]"
/* SCSS */
$brand: #4acceb;
/* SwiftUI */
Color(red: 0.290, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#4acceb")Accessibility — WCAG contrast
Aa
#4acceb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acceb on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.0%
Blue92.2%
CMYK percentages
Cyan68.5%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#4acceb text on a black background
contrast 11.13:1
Card sample
#4acceb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acceb;
Background color
Panel with #4acceb background
background-color: #4acceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acceb; background: linear-gradient(135deg, #4acceb, #4A61EB);