#83c2cf
a light, soft cyan · cool · closest name: skyblue
RGB
131, 194, 207
HSL
190°, 44%, 66%
CMYK
37, 6, 0, 19
Luminance
0.4791
Every format
| HEX | #83c2cf |
| RGB | rgb(131, 194, 207) |
| HSL | hsl(190, 44%, 66%) |
| CMYK | cmyk(37%, 6%, 0%, 19%) |
| LAB | lab(74.8 -16.8 -12.9) |
| LCH | lch(74.8 21.2 217.5) |
| OKLCH | oklch(0.776 0.067 212.0) |
Copy-ready code
/* CSS */
color: #83c2cf;
background-color: #83c2cf;
/* Tailwind (arbitrary) */
class="text-[#83c2cf] bg-[#83c2cf]"
/* SCSS */
$brand: #83c2cf;
/* SwiftUI */
Color(red: 0.514, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#83c2cf")Accessibility — WCAG contrast
Aa
#83c2cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83c2cf on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green76.1%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#83c2cf text on a black background
contrast 10.58:1
Card sample
#83c2cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83c2cf;
Background color
Panel with #83c2cf background
background-color: #83c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83c2cf; background: linear-gradient(135deg, #83c2cf, #838FCF);