#83adcf
a light, soft blue · cool · closest name: skyblue
RGB
131, 173, 207
HSL
207°, 44%, 66%
CMYK
37, 16, 0, 19
Luminance
0.3922
Every format
| HEX | #83adcf |
| RGB | rgb(131, 173, 207) |
| HSL | hsl(207, 44%, 66%) |
| CMYK | cmyk(37%, 16%, 0%, 19%) |
| LAB | lab(68.9 -5.7 -21.8) |
| LCH | lch(68.9 22.5 255.3) |
| OKLCH | oklch(0.730 0.067 243.3) |
Copy-ready code
/* CSS */
color: #83adcf;
background-color: #83adcf;
/* Tailwind (arbitrary) */
class="text-[#83adcf] bg-[#83adcf]"
/* SCSS */
$brand: #83adcf;
/* SwiftUI */
Color(red: 0.514, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#83adcf")Accessibility — WCAG contrast
Aa
#83adcf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83adcf on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.8%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#83adcf text on a black background
contrast 8.84:1
Card sample
#83adcf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83adcf;
Background color
Panel with #83adcf background
background-color: #83adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83adcf; background: linear-gradient(135deg, #83adcf, #8C83CF);