#83afdc
a light, vivid blue · cool · closest name: skyblue
RGB
131, 175, 220
HSL
210°, 56%, 69%
CMYK
41, 21, 0, 14
Luminance
0.4065
Every format
| HEX | #83afdc |
| RGB | rgb(131, 175, 220) |
| HSL | hsl(210, 56%, 69%) |
| CMYK | cmyk(41%, 21%, 0%, 14%) |
| LAB | lab(69.9 -3.3 -27.3) |
| LCH | lch(69.9 27.5 263.1) |
| OKLCH | oklch(0.739 0.081 249.5) |
Copy-ready code
/* CSS */
color: #83afdc;
background-color: #83afdc;
/* Tailwind (arbitrary) */
class="text-[#83afdc] bg-[#83afdc]"
/* SCSS */
$brand: #83afdc;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#83afdc")Accessibility — WCAG contrast
Aa
#83afdc on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83afdc on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue86.3%
CMYK percentages
Cyan40.5%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#83afdc text on a black background
contrast 9.13:1
Card sample
#83afdc text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83afdc;
Background color
Panel with #83afdc background
background-color: #83afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83afdc; background: linear-gradient(135deg, #83afdc, #9283DC);