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