#4bcfd3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 207, 211
HSL
182°, 61%, 56%
CMYK
65, 2, 0, 17
Luminance
0.5082
Every format
| HEX | #4bcfd3 |
| RGB | rgb(75, 207, 211) |
| HSL | hsl(182, 61%, 56%) |
| CMYK | cmyk(65%, 2%, 0%, 17%) |
| LAB | lab(76.6 -34.0 -12.6) |
| LCH | lch(76.6 36.3 200.3) |
| OKLCH | oklch(0.785 0.113 198.0) |
Copy-ready code
/* CSS */
color: #4bcfd3;
background-color: #4bcfd3;
/* Tailwind (arbitrary) */
class="text-[#4bcfd3] bg-[#4bcfd3]"
/* SCSS */
$brand: #4bcfd3;
/* SwiftUI */
Color(red: 0.294, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#4bcfd3")Accessibility — WCAG contrast
Aa
#4bcfd3 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcfd3 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green81.2%
Blue82.7%
CMYK percentages
Cyan64.5%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#4bcfd3 text on a black background
contrast 11.16:1
Card sample
#4bcfd3 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcfd3;
Background color
Panel with #4bcfd3 background
background-color: #4bcfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcfd3; background: linear-gradient(135deg, #4bcfd3, #4B74D3);