#729e93
a balanced, soft cyan · cool · closest name: gray
RGB
114, 158, 147
HSL
165°, 19%, 53%
CMYK
28, 0, 7, 38
Luminance
0.3014
Every format
| HEX | #729e93 |
| RGB | rgb(114, 158, 147) |
| HSL | hsl(165, 19%, 53%) |
| CMYK | cmyk(28%, 0%, 7%, 38%) |
| LAB | lab(61.8 -17.3 0.9) |
| LCH | lch(61.8 17.3 176.9) |
| OKLCH | oklch(0.664 0.051 177.5) |
Copy-ready code
/* CSS */
color: #729e93;
background-color: #729e93;
/* Tailwind (arbitrary) */
class="text-[#729e93] bg-[#729e93]"
/* SCSS */
$brand: #729e93;
/* SwiftUI */
Color(red: 0.447, green: 0.620, blue: 0.576)
/* Android */
Color.parseColor("#729e93")Accessibility — WCAG contrast
Aa
#729e93 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#729e93 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green62.0%
Blue57.6%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow7.0%
Key (black)38.0%
Color previews
#729e93 text on a black background
contrast 7.03:1
Card sample
#729e93 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #729e93;
Background color
Panel with #729e93 background
background-color: #729e93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #729e93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 158, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 158, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #729e93; background: linear-gradient(135deg, #729e93, #728C9E);