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