#99A0AF
A light, muted blue closely aligning with Darkgray.
About #99A0AF
At its core, #99A0AF is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkgray. This translates to an RGB value of rgb(153, 160, 175).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 13% cyan and 9% magenta inks. 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. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99A0AF
RGB153, 160, 175
HSL220.9°, 12.1%, 64.3%
CMYK13%, 9%, 0%, 31%
HSV220.9°, 12.6%, 68.6%
LAB65.8, 0.6, -8.6
XYZ33.4, 35.0, 45.6
Decimal10068143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.00:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A0AF;
}
.text-color {
color: #99A0AF;
}
.border-color {
border: 2px solid #99A0AF;
}