#4bcccc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 204, 204
HSL
180°, 56%, 55%
CMYK
63, 0, 0, 20
Luminance
0.4904
Every format
| HEX | #4bcccc |
| RGB | rgb(75, 204, 204) |
| HSL | hsl(180, 56%, 55%) |
| CMYK | cmyk(63%, 0%, 0%, 20%) |
| LAB | lab(75.5 -34.6 -10.4) |
| LCH | lch(75.5 36.1 196.8) |
| OKLCH | oklch(0.776 0.111 195.1) |
Copy-ready code
/* CSS */
color: #4bcccc;
background-color: #4bcccc;
/* Tailwind (arbitrary) */
class="text-[#4bcccc] bg-[#4bcccc]"
/* SCSS */
$brand: #4bcccc;
/* SwiftUI */
Color(red: 0.294, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#4bcccc")Accessibility — WCAG contrast
Aa
#4bcccc on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcccc on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green80.0%
Blue80.0%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#4bcccc text on a black background
contrast 10.81:1
Card sample
#4bcccc text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcccc;
Background color
Panel with #4bcccc background
background-color: #4bcccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcccc; background: linear-gradient(135deg, #4bcccc, #4B76CC);