#4bc7cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 199, 207
HSL
184°, 58%, 55%
CMYK
64, 4, 0, 19
Luminance
0.4685
Every format
| HEX | #4bc7cf |
| RGB | rgb(75, 199, 207) |
| HSL | hsl(184, 58%, 55%) |
| CMYK | cmyk(64%, 4%, 0%, 19%) |
| LAB | lab(74.1 -31.4 -14.1) |
| LCH | lch(74.1 34.4 204.3) |
| OKLCH | oklch(0.765 0.108 201.2) |
Copy-ready code
/* CSS */
color: #4bc7cf;
background-color: #4bc7cf;
/* Tailwind (arbitrary) */
class="text-[#4bc7cf] bg-[#4bc7cf]"
/* SCSS */
$brand: #4bc7cf;
/* SwiftUI */
Color(red: 0.294, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#4bc7cf")Accessibility — WCAG contrast
Aa
#4bc7cf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc7cf on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green78.0%
Blue81.2%
CMYK percentages
Cyan63.8%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#4bc7cf text on a black background
contrast 10.37:1
Card sample
#4bc7cf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc7cf;
Background color
Panel with #4bc7cf background
background-color: #4bc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc7cf; background: linear-gradient(135deg, #4bc7cf, #4B6FCF);