#49bcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 188, 175
HSL
173°, 46%, 51%
CMYK
61, 0, 7, 26
Luminance
0.4048
Every format
| HEX | #49bcaf |
| RGB | rgb(73, 188, 175) |
| HSL | hsl(173, 46%, 51%) |
| CMYK | cmyk(61%, 0%, 7%, 26%) |
| LAB | lab(69.8 -35.3 -3.1) |
| LCH | lch(69.8 35.5 185.0) |
| OKLCH | oklch(0.727 0.105 184.8) |
Copy-ready code
/* CSS */
color: #49bcaf;
background-color: #49bcaf;
/* Tailwind (arbitrary) */
class="text-[#49bcaf] bg-[#49bcaf]"
/* SCSS */
$brand: #49bcaf;
/* SwiftUI */
Color(red: 0.286, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#49bcaf")Accessibility — WCAG contrast
Aa
#49bcaf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49bcaf on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green73.7%
Blue68.6%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#49bcaf text on a black background
contrast 9.10:1
Card sample
#49bcaf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49bcaf;
Background color
Panel with #49bcaf background
background-color: #49bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49bcaf; background: linear-gradient(135deg, #49bcaf, #497CBC);