#4ccadc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 202, 220
HSL
188°, 67%, 58%
CMYK
66, 8, 0, 14
Luminance
0.4894
Every format
| HEX | #4ccadc |
| RGB | rgb(76, 202, 220) |
| HSL | hsl(188, 67%, 58%) |
| CMYK | cmyk(66%, 8%, 0%, 14%) |
| LAB | lab(75.4 -28.9 -19.2) |
| LCH | lch(75.4 34.7 213.6) |
| OKLCH | oklch(0.777 0.112 208.4) |
Copy-ready code
/* CSS */
color: #4ccadc;
background-color: #4ccadc;
/* Tailwind (arbitrary) */
class="text-[#4ccadc] bg-[#4ccadc]"
/* SCSS */
$brand: #4ccadc;
/* SwiftUI */
Color(red: 0.298, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#4ccadc")Accessibility — WCAG contrast
Aa
#4ccadc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccadc on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green79.2%
Blue86.3%
CMYK percentages
Cyan65.5%
Magenta8.2%
Yellow0.0%
Key (black)13.7%
Color previews
#4ccadc text on a black background
contrast 10.79:1
Card sample
#4ccadc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccadc;
Background color
Panel with #4ccadc background
background-color: #4ccadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccadc; background: linear-gradient(135deg, #4ccadc, #4C6ADC);