#83afad
a balanced, soft cyan · cool · closest name: silver
RGB
131, 175, 173
HSL
177°, 22%, 60%
CMYK
25, 0, 1, 31
Luminance
0.3850
Every format
| HEX | #83afad |
| RGB | rgb(131, 175, 173) |
| HSL | hsl(177, 22%, 60%) |
| CMYK | cmyk(25%, 0%, 1%, 31%) |
| LAB | lab(68.4 -15.1 -3.8) |
| LCH | lch(68.4 15.5 194.0) |
| OKLCH | oklch(0.722 0.047 192.7) |
Copy-ready code
/* CSS */
color: #83afad;
background-color: #83afad;
/* Tailwind (arbitrary) */
class="text-[#83afad] bg-[#83afad]"
/* SCSS */
$brand: #83afad;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#83afad")Accessibility — WCAG contrast
Aa
#83afad on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83afad on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue67.8%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow1.1%
Key (black)31.4%
Color previews
#83afad text on a black background
contrast 8.70:1
Card sample
#83afad text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83afad;
Background color
Panel with #83afad background
background-color: #83afad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83afad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83afad; background: linear-gradient(135deg, #83afad, #8394AF);