#4bdbc9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 219, 201
HSL
173°, 67%, 58%
CMYK
66, 0, 8, 14
Luminance
0.5638
Every format
| HEX | #4bdbc9 |
| RGB | rgb(75, 219, 201) |
| HSL | hsl(173, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 8%, 14%) |
| LAB | lab(79.8 -42.2 -2.4) |
| LCH | lch(79.8 42.3 183.2) |
| OKLCH | oklch(0.811 0.124 183.3) |
Copy-ready code
/* CSS */
color: #4bdbc9;
background-color: #4bdbc9;
/* Tailwind (arbitrary) */
class="text-[#4bdbc9] bg-[#4bdbc9]"
/* SCSS */
$brand: #4bdbc9;
/* SwiftUI */
Color(red: 0.294, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#4bdbc9")Accessibility — WCAG contrast
Aa
#4bdbc9 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdbc9 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green85.9%
Blue78.8%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#4bdbc9 text on a black background
contrast 12.28:1
Card sample
#4bdbc9 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdbc9;
Background color
Panel with #4bdbc9 background
background-color: #4bdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdbc9; background: linear-gradient(135deg, #4bdbc9, #4B8DDB);