#83abdf
a light, vivid blue · cool · closest name: steelblue
RGB
131, 171, 223
HSL
214°, 59%, 69%
CMYK
41, 23, 0, 13
Luminance
0.3928
Every format
| HEX | #83abdf |
| RGB | rgb(131, 171, 223) |
| HSL | hsl(214, 59%, 69%) |
| CMYK | cmyk(41%, 23%, 0%, 13%) |
| LAB | lab(69.0 -0.3 -30.5) |
| LCH | lch(69.0 30.5 269.4) |
| OKLCH | oklch(0.732 0.088 255.2) |
Copy-ready code
/* CSS */
color: #83abdf;
background-color: #83abdf;
/* Tailwind (arbitrary) */
class="text-[#83abdf] bg-[#83abdf]"
/* SCSS */
$brand: #83abdf;
/* SwiftUI */
Color(red: 0.514, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#83abdf")Accessibility — WCAG contrast
Aa
#83abdf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83abdf on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#83abdf text on a black background
contrast 8.86:1
Card sample
#83abdf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83abdf;
Background color
Panel with #83abdf background
background-color: #83abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83abdf; background: linear-gradient(135deg, #83abdf, #9883DF);