#83A0F0
A light, vivid blue closely aligning with Cornflowerblue.
About #83A0F0
At its core, #83A0F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 160, and 240.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 45% cyan, 33% magenta, 0% yellow, and 6% black. The HSL representation is 224.0° hue, 78.4% saturation, and 72.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83A0F0
RGB131, 160, 240
HSL224.0°, 78.4%, 72.7%
CMYK45%, 33%, 0%, 6%
HSV224.0°, 45.4%, 94.1%
LAB66.7, 10.7, -43.3
XYZ37.7, 36.3, 87.5
Decimal8626416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.25:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83A0F0;
}
.text-color {
color: #83A0F0;
}
.border-color {
border: 2px solid #83A0F0;
}