#81c0cd
a light, soft cyan · cool · closest name: skyblue
RGB
129, 192, 205
HSL
190°, 43%, 66%
CMYK
37, 6, 0, 20
Luminance
0.4677
Every format
| HEX | #81c0cd |
| RGB | rgb(129, 192, 205) |
| HSL | hsl(190, 43%, 66%) |
| CMYK | cmyk(37%, 6%, 0%, 20%) |
| LAB | lab(74.0 -16.8 -12.9) |
| LCH | lch(74.0 21.2 217.5) |
| OKLCH | oklch(0.770 0.067 212.0) |
Copy-ready code
/* CSS */
color: #81c0cd;
background-color: #81c0cd;
/* Tailwind (arbitrary) */
class="text-[#81c0cd] bg-[#81c0cd]"
/* SCSS */
$brand: #81c0cd;
/* SwiftUI */
Color(red: 0.506, green: 0.753, blue: 0.804)
/* Android */
Color.parseColor("#81c0cd")Accessibility — WCAG contrast
Aa
#81c0cd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81c0cd on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green75.3%
Blue80.4%
CMYK percentages
Cyan37.1%
Magenta6.3%
Yellow0.0%
Key (black)19.6%
Color previews
#81c0cd text on a black background
contrast 10.35:1
Card sample
#81c0cd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81c0cd;
Background color
Panel with #81c0cd background
background-color: #81c0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81c0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 192, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 192, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81c0cd; background: linear-gradient(135deg, #81c0cd, #818DCD);