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