#72bebc
a balanced, soft cyan · cool · closest name: skyblue
RGB
114, 190, 188
HSL
178°, 37%, 60%
CMYK
40, 0, 1, 26
Luminance
0.4404
Every format
| HEX | #72bebc |
| RGB | rgb(114, 190, 188) |
| HSL | hsl(178, 37%, 60%) |
| CMYK | cmyk(40%, 0%, 1%, 26%) |
| LAB | lab(72.3 -24.0 -6.4) |
| LCH | lch(72.3 24.8 194.9) |
| OKLCH | oklch(0.752 0.076 193.5) |
Copy-ready code
/* CSS */
color: #72bebc;
background-color: #72bebc;
/* Tailwind (arbitrary) */
class="text-[#72bebc] bg-[#72bebc]"
/* SCSS */
$brand: #72bebc;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.737)
/* Android */
Color.parseColor("#72bebc")Accessibility — WCAG contrast
Aa
#72bebc on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72bebc on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue73.7%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow1.1%
Key (black)25.5%
Color previews
#72bebc text on a black background
contrast 9.81:1
Card sample
#72bebc text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72bebc;
Background color
Panel with #72bebc background
background-color: #72bebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72bebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72bebc; background: linear-gradient(135deg, #72bebc, #728DBE);