#4cceb3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 206, 179
HSL
168°, 57%, 55%
CMYK
63, 0, 13, 19
Luminance
0.4893
Every format
| HEX | #4cceb3 |
| RGB | rgb(76, 206, 179) |
| HSL | hsl(168, 57%, 55%) |
| CMYK | cmyk(63%, 0%, 13%, 19%) |
| LAB | lab(75.4 -41.9 3.0) |
| LCH | lch(75.4 42.0 176.0) |
| OKLCH | oklch(0.773 0.120 176.6) |
Copy-ready code
/* CSS */
color: #4cceb3;
background-color: #4cceb3;
/* Tailwind (arbitrary) */
class="text-[#4cceb3] bg-[#4cceb3]"
/* SCSS */
$brand: #4cceb3;
/* SwiftUI */
Color(red: 0.298, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#4cceb3")Accessibility — WCAG contrast
Aa
#4cceb3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cceb3 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.8%
Blue70.2%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#4cceb3 text on a black background
contrast 10.79:1
Card sample
#4cceb3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cceb3;
Background color
Panel with #4cceb3 background
background-color: #4cceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cceb3; background: linear-gradient(135deg, #4cceb3, #4C92CE);