#83cfbc
a light, soft cyan · cool · closest name: turquoise
RGB
131, 207, 188
HSL
165°, 44%, 66%
CMYK
37, 0, 9, 19
Luminance
0.5308
Every format
| HEX | #83cfbc |
| RGB | rgb(131, 207, 188) |
| HSL | hsl(165, 44%, 66%) |
| CMYK | cmyk(37%, 0%, 9%, 19%) |
| LAB | lab(77.9 -27.8 2.0) |
| LCH | lch(77.9 27.9 175.9) |
| OKLCH | oklch(0.799 0.081 176.5) |
Copy-ready code
/* CSS */
color: #83cfbc;
background-color: #83cfbc;
/* Tailwind (arbitrary) */
class="text-[#83cfbc] bg-[#83cfbc]"
/* SCSS */
$brand: #83cfbc;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#83cfbc")Accessibility — WCAG contrast
Aa
#83cfbc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cfbc on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue73.7%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#83cfbc text on a black background
contrast 11.62:1
Card sample
#83cfbc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cfbc;
Background color
Panel with #83cfbc background
background-color: #83cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cfbc; background: linear-gradient(135deg, #83cfbc, #83AFCF);