#83bcaf
a balanced, soft cyan · cool · closest name: silver
RGB
131, 188, 175
HSL
166°, 30%, 63%
CMYK
30, 0, 7, 26
Luminance
0.4389
Every format
| HEX | #83bcaf |
| RGB | rgb(131, 188, 175) |
| HSL | hsl(166, 30%, 63%) |
| CMYK | cmyk(30%, 0%, 7%, 26%) |
| LAB | lab(72.2 -21.3 0.7) |
| LCH | lch(72.2 21.3 178.3) |
| OKLCH | oklch(0.752 0.062 178.7) |
Copy-ready code
/* CSS */
color: #83bcaf;
background-color: #83bcaf;
/* Tailwind (arbitrary) */
class="text-[#83bcaf] bg-[#83bcaf]"
/* SCSS */
$brand: #83bcaf;
/* SwiftUI */
Color(red: 0.514, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#83bcaf")Accessibility — WCAG contrast
Aa
#83bcaf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83bcaf on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green73.7%
Blue68.6%
CMYK percentages
Cyan30.3%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#83bcaf text on a black background
contrast 9.78:1
Card sample
#83bcaf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83bcaf;
Background color
Panel with #83bcaf background
background-color: #83bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83bcaf; background: linear-gradient(135deg, #83bcaf, #83A3BC);