#83baad
a balanced, soft cyan · cool · closest name: silver
RGB
131, 186, 173
HSL
166°, 29%, 62%
CMYK
30, 0, 7, 27
Luminance
0.4296
Every format
| HEX | #83baad |
| RGB | rgb(131, 186, 173) |
| HSL | hsl(166, 29%, 62%) |
| CMYK | cmyk(30%, 0%, 7%, 27%) |
| LAB | lab(71.5 -20.7 0.8) |
| LCH | lch(71.5 20.8 177.7) |
| OKLCH | oklch(0.747 0.060 178.2) |
Copy-ready code
/* CSS */
color: #83baad;
background-color: #83baad;
/* Tailwind (arbitrary) */
class="text-[#83baad] bg-[#83baad]"
/* SCSS */
$brand: #83baad;
/* SwiftUI */
Color(red: 0.514, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#83baad")Accessibility — WCAG contrast
Aa
#83baad on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83baad on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green72.9%
Blue67.8%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#83baad text on a black background
contrast 9.59:1
Card sample
#83baad text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83baad;
Background color
Panel with #83baad background
background-color: #83baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83baad; background: linear-gradient(135deg, #83baad, #83A2BA);