#4ce4da
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 228, 218
HSL
176°, 74%, 60%
CMYK
67, 0, 4, 11
Luminance
0.6209
Every format
| HEX | #4ce4da |
| RGB | rgb(76, 228, 218) |
| HSL | hsl(176, 74%, 60%) |
| CMYK | cmyk(67%, 0%, 4%, 11%) |
| LAB | lab(83.0 -41.6 -6.8) |
| LCH | lch(83.0 42.1 189.3) |
| OKLCH | oklch(0.838 0.126 188.7) |
Copy-ready code
/* CSS */
color: #4ce4da;
background-color: #4ce4da;
/* Tailwind (arbitrary) */
class="text-[#4ce4da] bg-[#4ce4da]"
/* SCSS */
$brand: #4ce4da;
/* SwiftUI */
Color(red: 0.298, green: 0.894, blue: 0.855)
/* Android */
Color.parseColor("#4ce4da")Accessibility — WCAG contrast
Aa
#4ce4da on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce4da on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green89.4%
Blue85.5%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow4.4%
Key (black)10.6%
Color previews
#4ce4da text on a black background
contrast 13.42:1
Card sample
#4ce4da text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce4da;
Background color
Panel with #4ce4da background
background-color: #4ce4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 228, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 228, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce4da; background: linear-gradient(135deg, #4ce4da, #4C89E4);