#5F75DB
A light, moderate blue closely aligning with Royalblue.
About #5F75DB
When working with digital screens, the color #5F75DB is rendered by mixing light. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(95, 117, 219).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 47% magenta, 0% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F75DB
RGB95, 117, 219
HSL229.4°, 63.3%, 61.6%
CMYK57%, 47%, 0%, 14%
HSV229.4°, 56.6%, 85.9%
LAB52.1, 21.7, -54.9
XYZ23.9, 20.3, 69.7
Decimal6256091
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F75DB;
}
.text-color {
color: #5F75DB;
}
.border-color {
border: 2px solid #5F75DB;
}