#cfd0af
a light, soft yellow · cool · closest name: beige
RGB
207, 208, 175
HSL
62°, 26%, 75%
CMYK
1, 0, 16, 18
Luminance
0.6147
Every format
| HEX | #cfd0af |
| RGB | rgb(207, 208, 175) |
| HSL | hsl(62, 26%, 75%) |
| CMYK | cmyk(1%, 0%, 16%, 18%) |
| LAB | lab(82.6 -5.9 16.3) |
| LCH | lch(82.6 17.4 109.9) |
| OKLCH | oklch(0.848 0.044 108.7) |
Copy-ready code
/* CSS */
color: #cfd0af;
background-color: #cfd0af;
/* Tailwind (arbitrary) */
class="text-[#cfd0af] bg-[#cfd0af]"
/* SCSS */
$brand: #cfd0af;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#cfd0af")Accessibility — WCAG contrast
Aa
#cfd0af on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd0af on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue68.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow15.9%
Key (black)18.4%
Color previews
#cfd0af text on a black background
contrast 13.29:1
Card sample
#cfd0af text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd0af;
Background color
Panel with #cfd0af background
background-color: #cfd0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd0af; background: linear-gradient(135deg, #cfd0af, #B9D0AF);