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