#83afda
a light, vivid blue · cool · closest name: skyblue
RGB
131, 175, 218
HSL
210°, 54%, 68%
CMYK
40, 20, 0, 15
Luminance
0.4055
Every format
| HEX | #83afda |
| RGB | rgb(131, 175, 218) |
| HSL | hsl(210, 54%, 68%) |
| CMYK | cmyk(40%, 20%, 0%, 15%) |
| LAB | lab(69.9 -3.9 -26.4) |
| LCH | lch(69.9 26.6 261.6) |
| OKLCH | oklch(0.738 0.079 248.4) |
Copy-ready code
/* CSS */
color: #83afda;
background-color: #83afda;
/* Tailwind (arbitrary) */
class="text-[#83afda] bg-[#83afda]"
/* SCSS */
$brand: #83afda;
/* SwiftUI */
Color(red: 0.514, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#83afda")Accessibility — WCAG contrast
Aa
#83afda on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83afda on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green68.6%
Blue85.5%
CMYK percentages
Cyan39.9%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#83afda text on a black background
contrast 9.11:1
Card sample
#83afda text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83afda;
Background color
Panel with #83afda background
background-color: #83afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83afda; background: linear-gradient(135deg, #83afda, #9183DA);