#72bead
a balanced, soft cyan · cool · closest name: turquoise
RGB
114, 190, 173
HSL
167°, 37%, 60%
CMYK
40, 0, 9, 26
Luminance
0.4342
Every format
| HEX | #72bead |
| RGB | rgb(114, 190, 173) |
| HSL | hsl(167, 37%, 60%) |
| CMYK | cmyk(40%, 0%, 9%, 26%) |
| LAB | lab(71.8 -27.6 1.2) |
| LCH | lch(71.8 27.6 177.5) |
| OKLCH | oklch(0.747 0.080 178.1) |
Copy-ready code
/* CSS */
color: #72bead;
background-color: #72bead;
/* Tailwind (arbitrary) */
class="text-[#72bead] bg-[#72bead]"
/* SCSS */
$brand: #72bead;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.678)
/* Android */
Color.parseColor("#72bead")Accessibility — WCAG contrast
Aa
#72bead on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72bead on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue67.8%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow8.9%
Key (black)25.5%
Color previews
#72bead text on a black background
contrast 9.68:1
Card sample
#72bead text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72bead;
Background color
Panel with #72bead background
background-color: #72bead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72bead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72bead; background: linear-gradient(135deg, #72bead, #729CBE);