#72c3af
a balanced, soft cyan · cool · closest name: turquoise
RGB
114, 195, 175
HSL
165°, 40%, 61%
CMYK
42, 0, 10, 24
Luminance
0.4570
Every format
| HEX | #72c3af |
| RGB | rgb(114, 195, 175) |
| HSL | hsl(165, 40%, 61%) |
| CMYK | cmyk(42%, 0%, 10%, 24%) |
| LAB | lab(73.3 -29.5 2.3) |
| LCH | lch(73.3 29.6 175.5) |
| OKLCH | oklch(0.759 0.085 176.2) |
Copy-ready code
/* CSS */
color: #72c3af;
background-color: #72c3af;
/* Tailwind (arbitrary) */
class="text-[#72c3af] bg-[#72c3af]"
/* SCSS */
$brand: #72c3af;
/* SwiftUI */
Color(red: 0.447, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#72c3af")Accessibility — WCAG contrast
Aa
#72c3af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c3af on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green76.5%
Blue68.6%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow10.3%
Key (black)23.5%
Color previews
#72c3af text on a black background
contrast 10.14:1
Card sample
#72c3af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c3af;
Background color
Panel with #72c3af background
background-color: #72c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c3af; background: linear-gradient(135deg, #72c3af, #72A1C3);