#4deccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
77, 236, 207
HSL
169°, 81%, 61%
CMYK
67, 0, 12, 8
Luminance
0.6607
Every format
| HEX | #4deccf |
| RGB | rgb(77, 236, 207) |
| HSL | hsl(169, 81%, 61%) |
| CMYK | cmyk(67%, 0%, 12%, 8%) |
| LAB | lab(85.0 -47.8 2.0) |
| LCH | lch(85.0 47.8 177.6) |
| OKLCH | oklch(0.854 0.137 178.1) |
Copy-ready code
/* CSS */
color: #4deccf;
background-color: #4deccf;
/* Tailwind (arbitrary) */
class="text-[#4deccf] bg-[#4deccf]"
/* SCSS */
$brand: #4deccf;
/* SwiftUI */
Color(red: 0.302, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#4deccf")Accessibility — WCAG contrast
Aa
#4deccf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4deccf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green92.5%
Blue81.2%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#4deccf text on a black background
contrast 14.21:1
Card sample
#4deccf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4deccf;
Background color
Panel with #4deccf background
background-color: #4deccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4deccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4deccf; background: linear-gradient(135deg, #4deccf, #4D9FEC);