#72bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 188, 207
HSL
192°, 49%, 63%
CMYK
45, 9, 0, 19
Luminance
0.4405
Every format
| HEX | #72bccf |
| RGB | rgb(114, 188, 207) |
| HSL | hsl(192, 49%, 63%) |
| CMYK | cmyk(45%, 9%, 0%, 19%) |
| LAB | lab(72.3 -18.1 -16.8) |
| LCH | lch(72.3 24.6 222.9) |
| OKLCH | oklch(0.754 0.079 216.0) |
Copy-ready code
/* CSS */
color: #72bccf;
background-color: #72bccf;
/* Tailwind (arbitrary) */
class="text-[#72bccf] bg-[#72bccf]"
/* SCSS */
$brand: #72bccf;
/* SwiftUI */
Color(red: 0.447, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#72bccf")Accessibility — WCAG contrast
Aa
#72bccf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72bccf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green73.7%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#72bccf text on a black background
contrast 9.81:1
Card sample
#72bccf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72bccf;
Background color
Panel with #72bccf background
background-color: #72bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72bccf; background: linear-gradient(135deg, #72bccf, #727ECF);