#83adcd
a light, soft blue · cool · closest name: skyblue
RGB
131, 173, 205
HSL
206°, 43%, 66%
CMYK
36, 16, 0, 20
Luminance
0.3912
Every format
| HEX | #83adcd |
| RGB | rgb(131, 173, 205) |
| HSL | hsl(206, 43%, 66%) |
| CMYK | cmyk(36%, 16%, 0%, 20%) |
| LAB | lab(68.8 -6.2 -20.8) |
| LCH | lch(68.8 21.7 253.4) |
| OKLCH | oklch(0.729 0.065 241.6) |
Copy-ready code
/* CSS */
color: #83adcd;
background-color: #83adcd;
/* Tailwind (arbitrary) */
class="text-[#83adcd] bg-[#83adcd]"
/* SCSS */
$brand: #83adcd;
/* SwiftUI */
Color(red: 0.514, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#83adcd")Accessibility — WCAG contrast
Aa
#83adcd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83adcd on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.8%
Blue80.4%
CMYK percentages
Cyan36.1%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#83adcd text on a black background
contrast 8.82:1
Card sample
#83adcd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83adcd;
Background color
Panel with #83adcd background
background-color: #83adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83adcd; background: linear-gradient(135deg, #83adcd, #8A83CD);