#4ccec8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 206, 200
HSL
177°, 57%, 55%
CMYK
63, 0, 3, 19
Luminance
0.4985
Every format
| HEX | #4ccec8 |
| RGB | rgb(76, 206, 200) |
| HSL | hsl(177, 57%, 55%) |
| CMYK | cmyk(63%, 0%, 3%, 19%) |
| LAB | lab(76.0 -36.5 -7.5) |
| LCH | lch(76.0 37.2 191.7) |
| OKLCH | oklch(0.779 0.113 190.8) |
Copy-ready code
/* CSS */
color: #4ccec8;
background-color: #4ccec8;
/* Tailwind (arbitrary) */
class="text-[#4ccec8] bg-[#4ccec8]"
/* SCSS */
$brand: #4ccec8;
/* SwiftUI */
Color(red: 0.298, green: 0.808, blue: 0.784)
/* Android */
Color.parseColor("#4ccec8")Accessibility — WCAG contrast
Aa
#4ccec8 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccec8 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.8%
Blue78.4%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow2.9%
Key (black)19.2%
Color previews
#4ccec8 text on a black background
contrast 10.97:1
Card sample
#4ccec8 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccec8;
Background color
Panel with #4ccec8 background
background-color: #4ccec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 206, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 206, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccec8; background: linear-gradient(135deg, #4ccec8, #4C7DCE);