#C5D3AF
A light, muted green closely aligning with Beige.
About #C5D3AF
When working with digital screens, the color #C5D3AF is rendered by mixing light. It is closely associated with the named CSS color Beige. This translates to an RGB value of rgb(197, 211, 175).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 7% cyan, 0% magenta, 17% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5D3AF
RGB197, 211, 175
HSL83.3°, 29.0%, 75.7%
CMYK7%, 0%, 17%, 17%
HSV83.3°, 17.1%, 82.7%
LAB82.7, -11.1, 16.3
XYZ54.1, 61.6, 49.6
Decimal12964783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.31:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5D3AF;
}
.text-color {
color: #C5D3AF;
}
.border-color {
border: 2px solid #C5D3AF;
}