#72c4cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 196, 207
HSL
187°, 49%, 63%
CMYK
45, 5, 0, 19
Luminance
0.4756
Every format
| HEX | #72c4cf |
| RGB | rgb(114, 196, 207) |
| HSL | hsl(187, 49%, 63%) |
| CMYK | cmyk(45%, 5%, 0%, 19%) |
| LAB | lab(74.5 -22.1 -13.3) |
| LCH | lch(74.5 25.8 211.0) |
| OKLCH | oklch(0.772 0.082 206.7) |
Copy-ready code
/* CSS */
color: #72c4cf;
background-color: #72c4cf;
/* Tailwind (arbitrary) */
class="text-[#72c4cf] bg-[#72c4cf]"
/* SCSS */
$brand: #72c4cf;
/* SwiftUI */
Color(red: 0.447, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#72c4cf")Accessibility — WCAG contrast
Aa
#72c4cf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c4cf on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green76.9%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#72c4cf text on a black background
contrast 10.51:1
Card sample
#72c4cf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c4cf;
Background color
Panel with #72c4cf background
background-color: #72c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c4cf; background: linear-gradient(135deg, #72c4cf, #7286CF);