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