#cfd1af
a light, soft yellow · cool · closest name: beige
RGB
207, 209, 175
HSL
64°, 27%, 75%
CMYK
1, 0, 16, 18
Luminance
0.6196
Every format
| HEX | #cfd1af |
| RGB | rgb(207, 209, 175) |
| HSL | hsl(64, 27%, 75%) |
| CMYK | cmyk(1%, 0%, 16%, 18%) |
| LAB | lab(82.9 -6.4 16.7) |
| LCH | lch(82.9 17.9 111.1) |
| OKLCH | oklch(0.850 0.046 110.1) |
Copy-ready code
/* CSS */
color: #cfd1af;
background-color: #cfd1af;
/* Tailwind (arbitrary) */
class="text-[#cfd1af] bg-[#cfd1af]"
/* SCSS */
$brand: #cfd1af;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.686)
/* Android */
Color.parseColor("#cfd1af")Accessibility — WCAG contrast
Aa
#cfd1af on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd1af on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue68.6%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow16.3%
Key (black)18.0%
Color previews
#cfd1af text on a black background
contrast 13.39:1
Card sample
#cfd1af text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd1af;
Background color
Panel with #cfd1af background
background-color: #cfd1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd1af; background: linear-gradient(135deg, #cfd1af, #B8D1AF);