#cfd4af
a light, soft yellow · cool · closest name: beige
RGB
207, 212, 175
HSL
68°, 30%, 76%
CMYK
2, 0, 18, 17
Luminance
0.6345
Every format
| HEX | #cfd4af |
| RGB | rgb(207, 212, 175) |
| HSL | hsl(68, 30%, 76%) |
| CMYK | cmyk(2%, 0%, 18%, 17%) |
| LAB | lab(83.7 -8.0 17.8) |
| LCH | lch(83.7 19.5 114.2) |
| OKLCH | oklch(0.856 0.050 113.7) |
Copy-ready code
/* CSS */
color: #cfd4af;
background-color: #cfd4af;
/* Tailwind (arbitrary) */
class="text-[#cfd4af] bg-[#cfd4af]"
/* SCSS */
$brand: #cfd4af;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#cfd4af")Accessibility — WCAG contrast
Aa
#cfd4af on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4af on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue68.6%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow17.5%
Key (black)16.9%
Color previews
#cfd4af text on a black background
contrast 13.69:1
Card sample
#cfd4af text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4af;
Background color
Panel with #cfd4af background
background-color: #cfd4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4af; background: linear-gradient(135deg, #cfd4af, #B6D4AF);