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