#4cf5da
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 245, 218
HSL
170°, 89%, 63%
CMYK
69, 0, 11, 4
Luminance
0.7190
Every format
| HEX | #4cf5da |
| RGB | rgb(76, 245, 218) |
| HSL | hsl(170, 89%, 63%) |
| CMYK | cmyk(69%, 0%, 11%, 4%) |
| LAB | lab(87.9 -49.0 0.5) |
| LCH | lch(87.9 49.0 179.4) |
| OKLCH | oklch(0.878 0.142 179.8) |
Copy-ready code
/* CSS */
color: #4cf5da;
background-color: #4cf5da;
/* Tailwind (arbitrary) */
class="text-[#4cf5da] bg-[#4cf5da]"
/* SCSS */
$brand: #4cf5da;
/* SwiftUI */
Color(red: 0.298, green: 0.961, blue: 0.855)
/* Android */
Color.parseColor("#4cf5da")Accessibility — WCAG contrast
Aa
#4cf5da on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf5da on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green96.1%
Blue85.5%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow11.0%
Key (black)3.9%
Color previews
#4cf5da text on a black background
contrast 15.38:1
Card sample
#4cf5da text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf5da;
Background color
Panel with #4cf5da background
background-color: #4cf5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 245, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 245, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf5da; background: linear-gradient(135deg, #4cf5da, #4C9FF5);