#cfd892
a light, vivid yellow · cool · closest name: khaki
RGB
207, 216, 146
HSL
68°, 47%, 71%
CMYK
4, 0, 32, 15
Luminance
0.6445
Every format
| HEX | #cfd892 |
| RGB | rgb(207, 216, 146) |
| HSL | hsl(68, 47%, 71%) |
| CMYK | cmyk(4%, 0%, 32%, 15%) |
| LAB | lab(84.2 -14.1 33.6) |
| LCH | lch(84.2 36.4 112.7) |
| OKLCH | oklch(0.859 0.091 114.3) |
Copy-ready code
/* CSS */
color: #cfd892;
background-color: #cfd892;
/* Tailwind (arbitrary) */
class="text-[#cfd892] bg-[#cfd892]"
/* SCSS */
$brand: #cfd892;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.573)
/* Android */
Color.parseColor("#cfd892")Accessibility — WCAG contrast
Aa
#cfd892 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd892 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue57.3%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow32.4%
Key (black)15.3%
Color previews
#cfd892 text on a black background
contrast 13.89:1
Card sample
#cfd892 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd892;
Background color
Panel with #cfd892 background
background-color: #cfd892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd892; background: linear-gradient(135deg, #cfd892, #A0D892);