#4acddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 205, 223
HSL
187°, 70%, 58%
CMYK
67, 8, 0, 13
Luminance
0.5045
Every format
| HEX | #4acddf |
| RGB | rgb(74, 205, 223) |
| HSL | hsl(187, 70%, 58%) |
| CMYK | cmyk(67%, 8%, 0%, 13%) |
| LAB | lab(76.3 -29.8 -19.4) |
| LCH | lch(76.3 35.5 213.1) |
| OKLCH | oklch(0.784 0.114 208.1) |
Copy-ready code
/* CSS */
color: #4acddf;
background-color: #4acddf;
/* Tailwind (arbitrary) */
class="text-[#4acddf] bg-[#4acddf]"
/* SCSS */
$brand: #4acddf;
/* SwiftUI */
Color(red: 0.290, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#4acddf")Accessibility — WCAG contrast
Aa
#4acddf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acddf on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4acddf text on a black background
contrast 11.09:1
Card sample
#4acddf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acddf;
Background color
Panel with #4acddf background
background-color: #4acddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acddf; background: linear-gradient(135deg, #4acddf, #4A6ADF);