#4cebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
76, 235, 223
HSL
176°, 80%, 61%
CMYK
68, 0, 5, 8
Luminance
0.6628
Every format
| HEX | #4cebdf |
| RGB | rgb(76, 235, 223) |
| HSL | hsl(176, 80%, 61%) |
| CMYK | cmyk(68%, 0%, 5%, 8%) |
| LAB | lab(85.1 -43.4 -6.2) |
| LCH | lch(85.1 43.8 188.2) |
| OKLCH | oklch(0.856 0.131 187.7) |
Copy-ready code
/* CSS */
color: #4cebdf;
background-color: #4cebdf;
/* Tailwind (arbitrary) */
class="text-[#4cebdf] bg-[#4cebdf]"
/* SCSS */
$brand: #4cebdf;
/* SwiftUI */
Color(red: 0.298, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#4cebdf")Accessibility — WCAG contrast
Aa
#4cebdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cebdf on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#4cebdf text on a black background
contrast 14.26:1
Card sample
#4cebdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cebdf;
Background color
Panel with #4cebdf background
background-color: #4cebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cebdf; background: linear-gradient(135deg, #4cebdf, #4C8DEB);