#72cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
114, 205, 203
HSL
179°, 48%, 63%
CMYK
44, 0, 1, 20
Luminance
0.5155
Every format
| HEX | #72cdcb |
| RGB | rgb(114, 205, 203) |
| HSL | hsl(179, 48%, 63%) |
| CMYK | cmyk(44%, 0%, 1%, 20%) |
| LAB | lab(77.0 -27.6 -7.5) |
| LCH | lch(77.0 28.6 195.1) |
| OKLCH | oklch(0.791 0.087 193.7) |
Copy-ready code
/* CSS */
color: #72cdcb;
background-color: #72cdcb;
/* Tailwind (arbitrary) */
class="text-[#72cdcb] bg-[#72cdcb]"
/* SCSS */
$brand: #72cdcb;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#72cdcb")Accessibility — WCAG contrast
Aa
#72cdcb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cdcb on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue79.6%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#72cdcb text on a black background
contrast 11.31:1
Card sample
#72cdcb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cdcb;
Background color
Panel with #72cdcb background
background-color: #72cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cdcb; background: linear-gradient(135deg, #72cdcb, #7292CD);