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