#4bd7df
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 215, 223
HSL
183°, 70%, 58%
CMYK
66, 4, 0, 13
Luminance
0.5542
Every format
| HEX | #4bd7df |
| RGB | rgb(75, 215, 223) |
| HSL | hsl(183, 70%, 58%) |
| CMYK | cmyk(66%, 4%, 0%, 13%) |
| LAB | lab(79.3 -34.4 -14.9) |
| LCH | lch(79.3 37.5 203.5) |
| OKLCH | oklch(0.808 0.118 200.6) |
Copy-ready code
/* CSS */
color: #4bd7df;
background-color: #4bd7df;
/* Tailwind (arbitrary) */
class="text-[#4bd7df] bg-[#4bd7df]"
/* SCSS */
$brand: #4bd7df;
/* SwiftUI */
Color(red: 0.294, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#4bd7df")Accessibility — WCAG contrast
Aa
#4bd7df on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bd7df on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green84.3%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4bd7df text on a black background
contrast 12.08:1
Card sample
#4bd7df text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bd7df;
Background color
Panel with #4bd7df background
background-color: #4bd7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bd7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bd7df; background: linear-gradient(135deg, #4bd7df, #4B74DF);