#83ccc2
a light, soft cyan · cool · closest name: turquoise
RGB
131, 204, 194
HSL
172°, 42%, 66%
CMYK
36, 0, 5, 20
Luminance
0.5191
Every format
| HEX | #83ccc2 |
| RGB | rgb(131, 204, 194) |
| HSL | hsl(172, 42%, 66%) |
| CMYK | cmyk(36%, 0%, 5%, 20%) |
| LAB | lab(77.2 -25.0 -2.2) |
| LCH | lch(77.2 25.1 185.1) |
| OKLCH | oklch(0.794 0.075 184.9) |
Copy-ready code
/* CSS */
color: #83ccc2;
background-color: #83ccc2;
/* Tailwind (arbitrary) */
class="text-[#83ccc2] bg-[#83ccc2]"
/* SCSS */
$brand: #83ccc2;
/* SwiftUI */
Color(red: 0.514, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#83ccc2")Accessibility — WCAG contrast
Aa
#83ccc2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ccc2 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.0%
Blue76.1%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#83ccc2 text on a black background
contrast 11.38:1
Card sample
#83ccc2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ccc2;
Background color
Panel with #83ccc2 background
background-color: #83ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ccc2; background: linear-gradient(135deg, #83ccc2, #83A5CC);