#4cc2ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
76, 194, 206
HSL
186°, 57%, 55%
CMYK
63, 6, 0, 19
Luminance
0.4458
Every format
| HEX | #4cc2ce |
| RGB | rgb(76, 194, 206) |
| HSL | hsl(186, 57%, 55%) |
| CMYK | cmyk(63%, 6%, 0%, 19%) |
| LAB | lab(72.6 -29.1 -15.8) |
| LCH | lch(72.6 33.1 208.6) |
| OKLCH | oklch(0.753 0.105 204.6) |
Copy-ready code
/* CSS */
color: #4cc2ce;
background-color: #4cc2ce;
/* Tailwind (arbitrary) */
class="text-[#4cc2ce] bg-[#4cc2ce]"
/* SCSS */
$brand: #4cc2ce;
/* SwiftUI */
Color(red: 0.298, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#4cc2ce")Accessibility — WCAG contrast
Aa
#4cc2ce on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cc2ce on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green76.1%
Blue80.8%
CMYK percentages
Cyan63.1%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#4cc2ce text on a black background
contrast 9.92:1
Card sample
#4cc2ce text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cc2ce;
Background color
Panel with #4cc2ce background
background-color: #4cc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cc2ce; background: linear-gradient(135deg, #4cc2ce, #4C6BCE);