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