#71cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
113, 203, 223
HSL
191°, 63%, 66%
CMYK
49, 9, 0, 13
Luminance
0.5155
Every format
| HEX | #71cbdf |
| RGB | rgb(113, 203, 223) |
| HSL | hsl(191, 63%, 66%) |
| CMYK | cmyk(49%, 9%, 0%, 13%) |
| LAB | lab(77.0 -21.6 -18.3) |
| LCH | lch(77.0 28.3 220.2) |
| OKLCH | oklch(0.793 0.091 213.8) |
Copy-ready code
/* CSS */
color: #71cbdf;
background-color: #71cbdf;
/* Tailwind (arbitrary) */
class="text-[#71cbdf] bg-[#71cbdf]"
/* SCSS */
$brand: #71cbdf;
/* SwiftUI */
Color(red: 0.443, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#71cbdf")Accessibility — WCAG contrast
Aa
#71cbdf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cbdf on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#71cbdf text on a black background
contrast 11.31:1
Card sample
#71cbdf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cbdf;
Background color
Panel with #71cbdf background
background-color: #71cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cbdf; background: linear-gradient(135deg, #71cbdf, #7182DF);