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