#83abce
a light, soft blue · cool · closest name: skyblue
RGB
131, 171, 206
HSL
208°, 43%, 66%
CMYK
36, 17, 0, 19
Luminance
0.3841
Every format
| HEX | #83abce |
| RGB | rgb(131, 171, 206) |
| HSL | hsl(208, 43%, 66%) |
| CMYK | cmyk(36%, 17%, 0%, 19%) |
| LAB | lab(68.3 -4.8 -22.1) |
| LCH | lch(68.3 22.6 257.6) |
| OKLCH | oklch(0.725 0.067 245.3) |
Copy-ready code
/* CSS */
color: #83abce;
background-color: #83abce;
/* Tailwind (arbitrary) */
class="text-[#83abce] bg-[#83abce]"
/* SCSS */
$brand: #83abce;
/* SwiftUI */
Color(red: 0.514, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#83abce")Accessibility — WCAG contrast
Aa
#83abce on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83abce on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.1%
Blue80.8%
CMYK percentages
Cyan36.4%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#83abce text on a black background
contrast 8.68:1
Card sample
#83abce text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83abce;
Background color
Panel with #83abce background
background-color: #83abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83abce; background: linear-gradient(135deg, #83abce, #8D83CE);