#cfd685
a light, vivid yellow · cool · closest name: khaki
RGB
207, 214, 133
HSL
65°, 50%, 68%
CMYK
3, 0, 38, 16
Luminance
0.6305
Every format
| HEX | #cfd685 |
| RGB | rgb(207, 214, 133) |
| HSL | hsl(65, 50%, 68%) |
| CMYK | cmyk(3%, 0%, 38%, 16%) |
| LAB | lab(83.5 -14.6 39.2) |
| LCH | lch(83.5 41.8 110.4) |
| OKLCH | oklch(0.852 0.104 112.6) |
Copy-ready code
/* CSS */
color: #cfd685;
background-color: #cfd685;
/* Tailwind (arbitrary) */
class="text-[#cfd685] bg-[#cfd685]"
/* SCSS */
$brand: #cfd685;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.522)
/* Android */
Color.parseColor("#cfd685")Accessibility — WCAG contrast
Aa
#cfd685 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd685 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue52.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow37.9%
Key (black)16.1%
Color previews
#cfd685 text on a black background
contrast 13.61:1
Card sample
#cfd685 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd685;
Background color
Panel with #cfd685 background
background-color: #cfd685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd685; background: linear-gradient(135deg, #cfd685, #99D685);