#4bbab2
a balanced, soft cyan · cool · closest name: turquoise
RGB
75, 186, 178
HSL
176°, 45%, 51%
CMYK
60, 0, 4, 27
Luminance
0.3983
Every format
| HEX | #4bbab2 |
| RGB | rgb(75, 186, 178) |
| HSL | hsl(176, 45%, 51%) |
| CMYK | cmyk(60%, 0%, 4%, 27%) |
| LAB | lab(69.3 -33.2 -5.4) |
| LCH | lch(69.3 33.7 189.2) |
| OKLCH | oklch(0.723 0.101 188.6) |
Copy-ready code
/* CSS */
color: #4bbab2;
background-color: #4bbab2;
/* Tailwind (arbitrary) */
class="text-[#4bbab2] bg-[#4bbab2]"
/* SCSS */
$brand: #4bbab2;
/* SwiftUI */
Color(red: 0.294, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#4bbab2")Accessibility — WCAG contrast
Aa
#4bbab2 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbab2 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green72.9%
Blue69.8%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow4.3%
Key (black)27.1%
Color previews
#4bbab2 text on a black background
contrast 8.97:1
Card sample
#4bbab2 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbab2;
Background color
Panel with #4bbab2 background
background-color: #4bbab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbab2; background: linear-gradient(135deg, #4bbab2, #4B78BA);