#71dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
113, 219, 235
HSL
188°, 75%, 68%
CMYK
52, 7, 0, 8
Luminance
0.6017
Every format
| HEX | #71dbeb |
| RGB | rgb(113, 219, 235) |
| HSL | hsl(188, 75%, 68%) |
| CMYK | cmyk(52%, 7%, 0%, 8%) |
| LAB | lab(81.9 -26.4 -17.3) |
| LCH | lch(81.9 31.5 213.2) |
| OKLCH | oklch(0.834 0.100 208.3) |
Copy-ready code
/* CSS */
color: #71dbeb;
background-color: #71dbeb;
/* Tailwind (arbitrary) */
class="text-[#71dbeb] bg-[#71dbeb]"
/* SCSS */
$brand: #71dbeb;
/* SwiftUI */
Color(red: 0.443, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#71dbeb")Accessibility — WCAG contrast
Aa
#71dbeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71dbeb on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green85.9%
Blue92.2%
CMYK percentages
Cyan51.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#71dbeb text on a black background
contrast 13.03:1
Card sample
#71dbeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71dbeb;
Background color
Panel with #71dbeb background
background-color: #71dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71dbeb; background: linear-gradient(135deg, #71dbeb, #7189EB);