#72acb0
a balanced, soft cyan · cool · closest name: skyblue
RGB
114, 172, 176
HSL
184°, 28%, 57%
CMYK
35, 2, 0, 31
Luminance
0.3622
Every format
| HEX | #72acb0 |
| RGB | rgb(114, 172, 176) |
| HSL | hsl(184, 28%, 57%) |
| CMYK | cmyk(35%, 2%, 0%, 31%) |
| LAB | lab(66.7 -17.8 -8.1) |
| LCH | lch(66.7 19.5 204.4) |
| OKLCH | oklch(0.706 0.061 201.4) |
Copy-ready code
/* CSS */
color: #72acb0;
background-color: #72acb0;
/* Tailwind (arbitrary) */
class="text-[#72acb0] bg-[#72acb0]"
/* SCSS */
$brand: #72acb0;
/* SwiftUI */
Color(red: 0.447, green: 0.675, blue: 0.690)
/* Android */
Color.parseColor("#72acb0")Accessibility — WCAG contrast
Aa
#72acb0 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72acb0 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green67.5%
Blue69.0%
CMYK percentages
Cyan35.2%
Magenta2.3%
Yellow0.0%
Key (black)31.0%
Color previews
#72acb0 text on a black background
contrast 8.24:1
Card sample
#72acb0 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72acb0;
Background color
Panel with #72acb0 background
background-color: #72acb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72acb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 172, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 172, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72acb0; background: linear-gradient(135deg, #72acb0, #7283B0);