#72cdfc
a light, electric blue · cool · closest name: skyblue
RGB
114, 205, 252
HSL
200°, 96%, 72%
CMYK
55, 19, 0, 1
Luminance
0.5427
Every format
| HEX | #72cdfc |
| RGB | rgb(114, 205, 252) |
| HSL | hsl(200, 96%, 72%) |
| CMYK | cmyk(55%, 19%, 0%, 1%) |
| LAB | lab(78.6 -14.3 -31.4) |
| LCH | lch(78.6 34.5 245.5) |
| OKLCH | oklch(0.810 0.110 232.9) |
Copy-ready code
/* CSS */
color: #72cdfc;
background-color: #72cdfc;
/* Tailwind (arbitrary) */
class="text-[#72cdfc] bg-[#72cdfc]"
/* SCSS */
$brand: #72cdfc;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#72cdfc")Accessibility — WCAG contrast
Aa
#72cdfc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cdfc on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue98.8%
CMYK percentages
Cyan54.8%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#72cdfc text on a black background
contrast 11.85:1
Card sample
#72cdfc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cdfc;
Background color
Panel with #72cdfc background
background-color: #72cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cdfc; background: linear-gradient(135deg, #72cdfc, #7372FC);