#71cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
113, 205, 223
HSL
190°, 63%, 66%
CMYK
49, 8, 0, 13
Luminance
0.5250
Every format
| HEX | #71cddf |
| RGB | rgb(113, 205, 223) |
| HSL | hsl(190, 63%, 66%) |
| CMYK | cmyk(49%, 8%, 0%, 13%) |
| LAB | lab(77.6 -22.6 -17.4) |
| LCH | lch(77.6 28.6 217.5) |
| OKLCH | oklch(0.798 0.091 211.8) |
Copy-ready code
/* CSS */
color: #71cddf;
background-color: #71cddf;
/* Tailwind (arbitrary) */
class="text-[#71cddf] bg-[#71cddf]"
/* SCSS */
$brand: #71cddf;
/* SwiftUI */
Color(red: 0.443, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#71cddf")Accessibility — WCAG contrast
Aa
#71cddf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cddf on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.4%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#71cddf text on a black background
contrast 11.50:1
Card sample
#71cddf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cddf;
Background color
Panel with #71cddf background
background-color: #71cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cddf; background: linear-gradient(135deg, #71cddf, #7184DF);