#72cdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 205, 207
HSL
181°, 49%, 63%
CMYK
45, 1, 0, 19
Luminance
0.5175
Every format
| HEX | #72cdcf |
| RGB | rgb(114, 205, 207) |
| HSL | hsl(181, 49%, 63%) |
| CMYK | cmyk(45%, 1%, 0%, 19%) |
| LAB | lab(77.1 -26.6 -9.5) |
| LCH | lch(77.1 28.3 199.6) |
| OKLCH | oklch(0.793 0.087 197.4) |
Copy-ready code
/* CSS */
color: #72cdcf;
background-color: #72cdcf;
/* Tailwind (arbitrary) */
class="text-[#72cdcf] bg-[#72cdcf]"
/* SCSS */
$brand: #72cdcf;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#72cdcf")Accessibility — WCAG contrast
Aa
#72cdcf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cdcf on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#72cdcf text on a black background
contrast 11.35:1
Card sample
#72cdcf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cdcf;
Background color
Panel with #72cdcf background
background-color: #72cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cdcf; background: linear-gradient(135deg, #72cdcf, #728FCF);