#4bceb9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 206, 185
HSL
170°, 57%, 55%
CMYK
64, 0, 10, 19
Luminance
0.4914
Every format
| HEX | #4bceb9 |
| RGB | rgb(75, 206, 185) |
| HSL | hsl(170, 57%, 55%) |
| CMYK | cmyk(64%, 0%, 10%, 19%) |
| LAB | lab(75.5 -40.6 -0.1) |
| LCH | lch(75.5 40.6 180.1) |
| OKLCH | oklch(0.774 0.118 180.4) |
Copy-ready code
/* CSS */
color: #4bceb9;
background-color: #4bceb9;
/* Tailwind (arbitrary) */
class="text-[#4bceb9] bg-[#4bceb9]"
/* SCSS */
$brand: #4bceb9;
/* SwiftUI */
Color(red: 0.294, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#4bceb9")Accessibility — WCAG contrast
Aa
#4bceb9 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bceb9 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green80.8%
Blue72.5%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow10.2%
Key (black)19.2%
Color previews
#4bceb9 text on a black background
contrast 10.83:1
Card sample
#4bceb9 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bceb9;
Background color
Panel with #4bceb9 background
background-color: #4bceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bceb9; background: linear-gradient(135deg, #4bceb9, #4B8CCE);