#72a192
a balanced, soft cyan · cool · closest name: teal
RGB
114, 161, 146
HSL
161°, 20%, 54%
CMYK
29, 0, 9, 37
Luminance
0.3114
Every format
| HEX | #72a192 |
| RGB | rgb(114, 161, 146) |
| HSL | hsl(161, 20%, 54%) |
| CMYK | cmyk(29%, 0%, 9%, 37%) |
| LAB | lab(62.6 -19.1 2.8) |
| LCH | lch(62.6 19.3 171.8) |
| OKLCH | oklch(0.671 0.055 172.8) |
Copy-ready code
/* CSS */
color: #72a192;
background-color: #72a192;
/* Tailwind (arbitrary) */
class="text-[#72a192] bg-[#72a192]"
/* SCSS */
$brand: #72a192;
/* SwiftUI */
Color(red: 0.447, green: 0.631, blue: 0.573)
/* Android */
Color.parseColor("#72a192")Accessibility — WCAG contrast
Aa
#72a192 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72a192 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green63.1%
Blue57.3%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow9.3%
Key (black)36.9%
Color previews
#72a192 text on a black background
contrast 7.23:1
Card sample
#72a192 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72a192;
Background color
Panel with #72a192 background
background-color: #72a192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72a192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 161, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 161, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72a192; background: linear-gradient(135deg, #72a192, #7291A1);