#72cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
114, 203, 223
HSL
191°, 63%, 66%
CMYK
49, 9, 0, 13
Luminance
0.5162
Every format
| HEX | #72cbdf |
| RGB | rgb(114, 203, 223) |
| HSL | hsl(191, 63%, 66%) |
| CMYK | cmyk(49%, 9%, 0%, 13%) |
| LAB | lab(77.0 -21.4 -18.2) |
| LCH | lch(77.0 28.1 220.3) |
| OKLCH | oklch(0.794 0.090 214.0) |
Copy-ready code
/* CSS */
color: #72cbdf;
background-color: #72cbdf;
/* Tailwind (arbitrary) */
class="text-[#72cbdf] bg-[#72cbdf]"
/* SCSS */
$brand: #72cbdf;
/* SwiftUI */
Color(red: 0.447, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#72cbdf")Accessibility — WCAG contrast
Aa
#72cbdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cbdf on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green79.6%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#72cbdf text on a black background
contrast 11.32:1
Card sample
#72cbdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cbdf;
Background color
Panel with #72cbdf background
background-color: #72cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cbdf; background: linear-gradient(135deg, #72cbdf, #7282DF);