#4ac2da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 194, 218
HSL
190°, 66%, 57%
CMYK
66, 11, 0, 15
Luminance
0.4510
Every format
| HEX | #4ac2da |
| RGB | rgb(74, 194, 218) |
| HSL | hsl(190, 66%, 57%) |
| CMYK | cmyk(66%, 11%, 0%, 15%) |
| LAB | lab(73.0 -25.9 -21.8) |
| LCH | lch(73.0 33.8 220.2) |
| OKLCH | oklch(0.757 0.110 213.4) |
Copy-ready code
/* CSS */
color: #4ac2da;
background-color: #4ac2da;
/* Tailwind (arbitrary) */
class="text-[#4ac2da] bg-[#4ac2da]"
/* SCSS */
$brand: #4ac2da;
/* SwiftUI */
Color(red: 0.290, green: 0.761, blue: 0.855)
/* Android */
Color.parseColor("#4ac2da")Accessibility — WCAG contrast
Aa
#4ac2da on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac2da on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green76.1%
Blue85.5%
CMYK percentages
Cyan66.1%
Magenta11.0%
Yellow0.0%
Key (black)14.5%
Color previews
#4ac2da text on a black background
contrast 10.02:1
Card sample
#4ac2da text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac2da;
Background color
Panel with #4ac2da background
background-color: #4ac2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 194, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 194, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac2da; background: linear-gradient(135deg, #4ac2da, #4A62DA);