#72cdf7
a light, electric cyan · cool · closest name: skyblue
RGB
114, 205, 247
HSL
199°, 89%, 71%
CMYK
54, 17, 0, 3
Luminance
0.5396
Every format
| HEX | #72cdf7 |
| RGB | rgb(114, 205, 247) |
| HSL | hsl(199, 89%, 71%) |
| CMYK | cmyk(54%, 17%, 0%, 3%) |
| LAB | lab(78.4 -15.8 -29.0) |
| LCH | lch(78.4 33.0 241.5) |
| OKLCH | oklch(0.808 0.105 229.9) |
Copy-ready code
/* CSS */
color: #72cdf7;
background-color: #72cdf7;
/* Tailwind (arbitrary) */
class="text-[#72cdf7] bg-[#72cdf7]"
/* SCSS */
$brand: #72cdf7;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#72cdf7")Accessibility — WCAG contrast
Aa
#72cdf7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cdf7 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue96.9%
CMYK percentages
Cyan53.8%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#72cdf7 text on a black background
contrast 11.79:1
Card sample
#72cdf7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cdf7;
Background color
Panel with #72cdf7 background
background-color: #72cdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cdf7; background: linear-gradient(135deg, #72cdf7, #7274F7);