#44dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 223, 191
HSL
168°, 71%, 57%
CMYK
70, 0, 14, 13
Luminance
0.5777
Every format
| HEX | #44dfbf |
| RGB | rgb(68, 223, 191) |
| HSL | hsl(168, 71%, 57%) |
| CMYK | cmyk(70%, 0%, 14%, 13%) |
| LAB | lab(80.6 -47.5 4.0) |
| LCH | lch(80.6 47.7 175.1) |
| OKLCH | oklch(0.816 0.136 175.8) |
Copy-ready code
/* CSS */
color: #44dfbf;
background-color: #44dfbf;
/* Tailwind (arbitrary) */
class="text-[#44dfbf] bg-[#44dfbf]"
/* SCSS */
$brand: #44dfbf;
/* SwiftUI */
Color(red: 0.267, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#44dfbf")Accessibility — WCAG contrast
Aa
#44dfbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44dfbf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green87.5%
Blue74.9%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#44dfbf text on a black background
contrast 12.55:1
Card sample
#44dfbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44dfbf;
Background color
Panel with #44dfbf background
background-color: #44dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44dfbf; background: linear-gradient(135deg, #44dfbf, #4498DF);