#71bddf
a light, vivid cyan · cool · closest name: skyblue
RGB
113, 189, 223
HSL
199°, 63%, 66%
CMYK
49, 15, 0, 13
Luminance
0.4523
Every format
| HEX | #71bddf |
| RGB | rgb(113, 189, 223) |
| HSL | hsl(199, 63%, 66%) |
| CMYK | cmyk(49%, 15%, 0%, 13%) |
| LAB | lab(73.0 -14.4 -24.3) |
| LCH | lch(73.0 28.2 239.3) |
| OKLCH | oklch(0.762 0.090 228.6) |
Copy-ready code
/* CSS */
color: #71bddf;
background-color: #71bddf;
/* Tailwind (arbitrary) */
class="text-[#71bddf] bg-[#71bddf]"
/* SCSS */
$brand: #71bddf;
/* SwiftUI */
Color(red: 0.443, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#71bddf")Accessibility — WCAG contrast
Aa
#71bddf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71bddf on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green74.1%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#71bddf text on a black background
contrast 10.05:1
Card sample
#71bddf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71bddf;
Background color
Panel with #71bddf background
background-color: #71bddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71bddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71bddf; background: linear-gradient(135deg, #71bddf, #7174DF);