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