#81ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
129, 204, 223
HSL
192°, 60%, 69%
CMYK
42, 9, 0, 13
Luminance
0.5318
Every format
| HEX | #81ccdf |
| RGB | rgb(129, 204, 223) |
| HSL | hsl(192, 60%, 69%) |
| CMYK | cmyk(42%, 9%, 0%, 13%) |
| LAB | lab(78.0 -18.4 -16.7) |
| LCH | lch(78.0 24.9 222.3) |
| OKLCH | oklch(0.803 0.079 215.6) |
Copy-ready code
/* CSS */
color: #81ccdf;
background-color: #81ccdf;
/* Tailwind (arbitrary) */
class="text-[#81ccdf] bg-[#81ccdf]"
/* SCSS */
$brand: #81ccdf;
/* SwiftUI */
Color(red: 0.506, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#81ccdf")Accessibility — WCAG contrast
Aa
#81ccdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81ccdf on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green80.0%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#81ccdf text on a black background
contrast 11.64:1
Card sample
#81ccdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81ccdf;
Background color
Panel with #81ccdf background
background-color: #81ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81ccdf; background: linear-gradient(135deg, #81ccdf, #818DDF);