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