#71cfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 207, 218
HSL
186°, 59%, 65%
CMYK
48, 5, 0, 15
Luminance
0.5320
Every format
| HEX | #71cfda |
| RGB | rgb(113, 207, 218) |
| HSL | hsl(186, 59%, 65%) |
| CMYK | cmyk(48%, 5%, 0%, 15%) |
| LAB | lab(78.0 -25.0 -14.1) |
| LCH | lch(78.0 28.7 209.4) |
| OKLCH | oklch(0.801 0.091 205.4) |
Copy-ready code
/* CSS */
color: #71cfda;
background-color: #71cfda;
/* Tailwind (arbitrary) */
class="text-[#71cfda] bg-[#71cfda]"
/* SCSS */
$brand: #71cfda;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#71cfda")Accessibility — WCAG contrast
Aa
#71cfda on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cfda on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue85.5%
CMYK percentages
Cyan48.2%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#71cfda text on a black background
contrast 11.64:1
Card sample
#71cfda text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cfda;
Background color
Panel with #71cfda background
background-color: #71cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cfda; background: linear-gradient(135deg, #71cfda, #7189DA);