#cfd985
a light, vivid yellow · cool · closest name: khaki
RGB
207, 217, 133
HSL
67°, 53%, 69%
CMYK
5, 0, 39, 15
Luminance
0.6458
Every format
| HEX | #cfd985 |
| RGB | rgb(207, 217, 133) |
| HSL | hsl(67, 53%, 69%) |
| CMYK | cmyk(5%, 0%, 39%, 15%) |
| LAB | lab(84.3 -16.1 40.2) |
| LCH | lch(84.3 43.3 111.8) |
| OKLCH | oklch(0.859 0.108 114.2) |
Copy-ready code
/* CSS */
color: #cfd985;
background-color: #cfd985;
/* Tailwind (arbitrary) */
class="text-[#cfd985] bg-[#cfd985]"
/* SCSS */
$brand: #cfd985;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.522)
/* Android */
Color.parseColor("#cfd985")Accessibility — WCAG contrast
Aa
#cfd985 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd985 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue52.2%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow38.7%
Key (black)14.9%
Color previews
#cfd985 text on a black background
contrast 13.92:1
Card sample
#cfd985 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd985;
Background color
Panel with #cfd985 background
background-color: #cfd985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd985; background: linear-gradient(135deg, #cfd985, #97D985);