#4bcba4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 203, 164
HSL
162°, 55%, 55%
CMYK
63, 0, 19, 20
Luminance
0.4689
Every format
| HEX | #4bcba4 |
| RGB | rgb(75, 203, 164) |
| HSL | hsl(162, 55%, 55%) |
| CMYK | cmyk(63%, 0%, 19%, 20%) |
| LAB | lab(74.1 -44.4 9.2) |
| LCH | lch(74.1 45.4 168.3) |
| OKLCH | oklch(0.761 0.126 169.3) |
Copy-ready code
/* CSS */
color: #4bcba4;
background-color: #4bcba4;
/* Tailwind (arbitrary) */
class="text-[#4bcba4] bg-[#4bcba4]"
/* SCSS */
$brand: #4bcba4;
/* SwiftUI */
Color(red: 0.294, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#4bcba4")Accessibility — WCAG contrast
Aa
#4bcba4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcba4 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green79.6%
Blue64.3%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow19.2%
Key (black)20.4%
Color previews
#4bcba4 text on a black background
contrast 10.38:1
Card sample
#4bcba4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcba4;
Background color
Panel with #4bcba4 background
background-color: #4bcba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcba4; background: linear-gradient(135deg, #4bcba4, #4B9DCB);