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