#4cebcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 235, 207
HSL
169°, 80%, 61%
CMYK
68, 0, 12, 8
Luminance
0.6546
Every format
| HEX | #4cebcf |
| RGB | rgb(76, 235, 207) |
| HSL | hsl(169, 80%, 61%) |
| CMYK | cmyk(68%, 0%, 12%, 8%) |
| LAB | lab(84.7 -47.5 1.6) |
| LCH | lch(84.7 47.5 178.1) |
| OKLCH | oklch(0.851 0.137 178.6) |
Copy-ready code
/* CSS */
color: #4cebcf;
background-color: #4cebcf;
/* Tailwind (arbitrary) */
class="text-[#4cebcf] bg-[#4cebcf]"
/* SCSS */
$brand: #4cebcf;
/* SwiftUI */
Color(red: 0.298, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#4cebcf")Accessibility — WCAG contrast
Aa
#4cebcf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cebcf on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green92.2%
Blue81.2%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#4cebcf text on a black background
contrast 14.09:1
Card sample
#4cebcf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cebcf;
Background color
Panel with #4cebcf background
background-color: #4cebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cebcf; background: linear-gradient(135deg, #4cebcf, #4C9DEB);