#81c2cf
a light, soft cyan · cool · closest name: skyblue
RGB
129, 194, 207
HSL
190°, 45%, 66%
CMYK
38, 6, 0, 19
Luminance
0.4776
Every format
| HEX | #81c2cf |
| RGB | rgb(129, 194, 207) |
| HSL | hsl(190, 45%, 66%) |
| CMYK | cmyk(38%, 6%, 0%, 19%) |
| LAB | lab(74.7 -17.4 -13.1) |
| LCH | lch(74.7 21.7 217.0) |
| OKLCH | oklch(0.775 0.069 211.5) |
Copy-ready code
/* CSS */
color: #81c2cf;
background-color: #81c2cf;
/* Tailwind (arbitrary) */
class="text-[#81c2cf] bg-[#81c2cf]"
/* SCSS */
$brand: #81c2cf;
/* SwiftUI */
Color(red: 0.506, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#81c2cf")Accessibility — WCAG contrast
Aa
#81c2cf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81c2cf on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green76.1%
Blue81.2%
CMYK percentages
Cyan37.7%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#81c2cf text on a black background
contrast 10.55:1
Card sample
#81c2cf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81c2cf;
Background color
Panel with #81c2cf background
background-color: #81c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81c2cf; background: linear-gradient(135deg, #81c2cf, #818ECF);