#4ccfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
76, 207, 186
HSL
170°, 58%, 56%
CMYK
63, 0, 10, 19
Luminance
0.4971
Every format
| HEX | #4ccfba |
| RGB | rgb(76, 207, 186) |
| HSL | hsl(170, 58%, 56%) |
| CMYK | cmyk(63%, 0%, 10%, 19%) |
| LAB | lab(75.9 -40.6 -0.1) |
| LCH | lch(75.9 40.6 180.2) |
| OKLCH | oklch(0.777 0.118 180.5) |
Copy-ready code
/* CSS */
color: #4ccfba;
background-color: #4ccfba;
/* Tailwind (arbitrary) */
class="text-[#4ccfba] bg-[#4ccfba]"
/* SCSS */
$brand: #4ccfba;
/* SwiftUI */
Color(red: 0.298, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#4ccfba")Accessibility — WCAG contrast
Aa
#4ccfba on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccfba on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#4ccfba text on a black background
contrast 10.94:1
Card sample
#4ccfba text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccfba;
Background color
Panel with #4ccfba background
background-color: #4ccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccfba; background: linear-gradient(135deg, #4ccfba, #4C8DCF);