#71cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 205, 218
HSL
187°, 59%, 65%
CMYK
48, 6, 0, 15
Luminance
0.5224
Every format
| HEX | #71cdda |
| RGB | rgb(113, 205, 218) |
| HSL | hsl(187, 59%, 65%) |
| CMYK | cmyk(48%, 6%, 0%, 15%) |
| LAB | lab(77.4 -24.0 -14.9) |
| LCH | lch(77.4 28.3 211.9) |
| OKLCH | oklch(0.796 0.090 207.4) |
Copy-ready code
/* CSS */
color: #71cdda;
background-color: #71cdda;
/* Tailwind (arbitrary) */
class="text-[#71cdda] bg-[#71cdda]"
/* SCSS */
$brand: #71cdda;
/* SwiftUI */
Color(red: 0.443, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#71cdda")Accessibility — WCAG contrast
Aa
#71cdda on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cdda on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.4%
Blue85.5%
CMYK percentages
Cyan48.2%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#71cdda text on a black background
contrast 11.45:1
Card sample
#71cdda text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cdda;
Background color
Panel with #71cdda background
background-color: #71cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cdda; background: linear-gradient(135deg, #71cdda, #7187DA);