#72cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
114, 207, 188
HSL
168°, 49%, 63%
CMYK
45, 0, 9, 19
Luminance
0.5183
Every format
| HEX | #72cfbc |
| RGB | rgb(114, 207, 188) |
| HSL | hsl(168, 49%, 63%) |
| CMYK | cmyk(45%, 0%, 9%, 19%) |
| LAB | lab(77.2 -32.2 0.8) |
| LCH | lch(77.2 32.3 178.5) |
| OKLCH | oklch(0.791 0.094 178.9) |
Copy-ready code
/* CSS */
color: #72cfbc;
background-color: #72cfbc;
/* Tailwind (arbitrary) */
class="text-[#72cfbc] bg-[#72cfbc]"
/* SCSS */
$brand: #72cfbc;
/* SwiftUI */
Color(red: 0.447, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#72cfbc")Accessibility — WCAG contrast
Aa
#72cfbc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cfbc on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green81.2%
Blue73.7%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#72cfbc text on a black background
contrast 11.37:1
Card sample
#72cfbc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cfbc;
Background color
Panel with #72cfbc background
background-color: #72cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cfbc; background: linear-gradient(135deg, #72cfbc, #72A4CF);