#72ceff
a light, electric blue · cool · closest name: skyblue
RGB
114, 206, 255
HSL
201°, 100%, 72%
CMYK
55, 19, 0, 0
Luminance
0.5494
Every format
| HEX | #72ceff |
| RGB | rgb(114, 206, 255) |
| HSL | hsl(201, 100%, 72%) |
| CMYK | cmyk(55%, 19%, 0%, 0%) |
| LAB | lab(79.0 -14.0 -32.4) |
| LCH | lch(79.0 35.2 246.7) |
| OKLCH | oklch(0.813 0.112 233.7) |
Copy-ready code
/* CSS */
color: #72ceff;
background-color: #72ceff;
/* Tailwind (arbitrary) */
class="text-[#72ceff] bg-[#72ceff]"
/* SCSS */
$brand: #72ceff;
/* SwiftUI */
Color(red: 0.447, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#72ceff")Accessibility — WCAG contrast
Aa
#72ceff on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ceff on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan55.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#72ceff text on a black background
contrast 11.99:1
Card sample
#72ceff text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ceff;
Background color
Panel with #72ceff background
background-color: #72ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ceff; background: linear-gradient(135deg, #72ceff, #7472FF);