#cfda92
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 146
HSL
69°, 49%, 71%
CMYK
5, 0, 33, 15
Luminance
0.6548
Every format
| HEX | #cfda92 |
| RGB | rgb(207, 218, 146) |
| HSL | hsl(69, 49%, 71%) |
| CMYK | cmyk(5%, 0%, 33%, 15%) |
| LAB | lab(84.7 -15.1 34.3) |
| LCH | lch(84.7 37.4 113.7) |
| OKLCH | oklch(0.863 0.094 115.5) |
Copy-ready code
/* CSS */
color: #cfda92;
background-color: #cfda92;
/* Tailwind (arbitrary) */
class="text-[#cfda92] bg-[#cfda92]"
/* SCSS */
$brand: #cfda92;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.573)
/* Android */
Color.parseColor("#cfda92")Accessibility — WCAG contrast
Aa
#cfda92 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda92 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue57.3%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow33.0%
Key (black)14.5%
Color previews
#cfda92 text on a black background
contrast 14.10:1
Card sample
#cfda92 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda92;
Background color
Panel with #cfda92 background
background-color: #cfda92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda92; background: linear-gradient(135deg, #cfda92, #9FDA92);