#72ceeb
a light, electric cyan · cool · closest name: skyblue
RGB
114, 206, 235
HSL
194°, 75%, 68%
CMYK
52, 12, 0, 8
Luminance
0.5372
Every format
| HEX | #72ceeb |
| RGB | rgb(114, 206, 235) |
| HSL | hsl(194, 75%, 68%) |
| CMYK | cmyk(52%, 12%, 0%, 8%) |
| LAB | lab(78.3 -19.6 -22.8) |
| LCH | lch(78.3 30.1 229.2) |
| OKLCH | oklch(0.805 0.097 220.6) |
Copy-ready code
/* CSS */
color: #72ceeb;
background-color: #72ceeb;
/* Tailwind (arbitrary) */
class="text-[#72ceeb] bg-[#72ceeb]"
/* SCSS */
$brand: #72ceeb;
/* SwiftUI */
Color(red: 0.447, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#72ceeb")Accessibility — WCAG contrast
Aa
#72ceeb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ceeb on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.8%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#72ceeb text on a black background
contrast 11.74:1
Card sample
#72ceeb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ceeb;
Background color
Panel with #72ceeb background
background-color: #72ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ceeb; background: linear-gradient(135deg, #72ceeb, #727DEB);