#72baeb
a light, electric blue · cool · closest name: skyblue
RGB
114, 186, 235
HSL
204°, 75%, 68%
CMYK
52, 21, 0, 8
Luminance
0.4469
Every format
| HEX | #72baeb |
| RGB | rgb(114, 186, 235) |
| HSL | hsl(204, 75%, 68%) |
| CMYK | cmyk(52%, 21%, 0%, 8%) |
| LAB | lab(72.7 -9.2 -31.3) |
| LCH | lch(72.7 32.7 253.7) |
| OKLCH | oklch(0.760 0.101 239.7) |
Copy-ready code
/* CSS */
color: #72baeb;
background-color: #72baeb;
/* Tailwind (arbitrary) */
class="text-[#72baeb] bg-[#72baeb]"
/* SCSS */
$brand: #72baeb;
/* SwiftUI */
Color(red: 0.447, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#72baeb")Accessibility — WCAG contrast
Aa
#72baeb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72baeb on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green72.9%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#72baeb text on a black background
contrast 9.94:1
Card sample
#72baeb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72baeb;
Background color
Panel with #72baeb background
background-color: #72baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72baeb; background: linear-gradient(135deg, #72baeb, #7B72EB);