#4cf3da
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 243, 218
HSL
171°, 87%, 63%
CMYK
69, 0, 10, 5
Luminance
0.7070
Every format
| HEX | #4cf3da |
| RGB | rgb(76, 243, 218) |
| HSL | hsl(171, 87%, 63%) |
| CMYK | cmyk(69%, 0%, 10%, 5%) |
| LAB | lab(87.3 -48.1 -0.4) |
| LCH | lch(87.3 48.1 180.4) |
| OKLCH | oklch(0.873 0.140 180.7) |
Copy-ready code
/* CSS */
color: #4cf3da;
background-color: #4cf3da;
/* Tailwind (arbitrary) */
class="text-[#4cf3da] bg-[#4cf3da]"
/* SCSS */
$brand: #4cf3da;
/* SwiftUI */
Color(red: 0.298, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#4cf3da")Accessibility — WCAG contrast
Aa
#4cf3da on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf3da on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green95.3%
Blue85.5%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#4cf3da text on a black background
contrast 15.14:1
Card sample
#4cf3da text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf3da;
Background color
Panel with #4cf3da background
background-color: #4cf3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf3da; background: linear-gradient(135deg, #4cf3da, #4C9DF3);