#cfd293
a light, soft yellow · cool · closest name: khaki
RGB
207, 210, 147
HSL
63°, 41%, 70%
CMYK
1, 0, 30, 18
Luminance
0.6147
Every format
| HEX | #cfd293 |
| RGB | rgb(207, 210, 147) |
| HSL | hsl(63, 41%, 70%) |
| CMYK | cmyk(1%, 0%, 30%, 18%) |
| LAB | lab(82.6 -10.9 31.0) |
| LCH | lch(82.6 32.8 109.4) |
| OKLCH | oklch(0.846 0.082 110.3) |
Copy-ready code
/* CSS */
color: #cfd293;
background-color: #cfd293;
/* Tailwind (arbitrary) */
class="text-[#cfd293] bg-[#cfd293]"
/* SCSS */
$brand: #cfd293;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.576)
/* Android */
Color.parseColor("#cfd293")Accessibility — WCAG contrast
Aa
#cfd293 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd293 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue57.6%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow30.0%
Key (black)17.6%
Color previews
#cfd293 text on a black background
contrast 13.29:1
Card sample
#cfd293 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd293;
Background color
Panel with #cfd293 background
background-color: #cfd293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd293; background: linear-gradient(135deg, #cfd293, #A5D293);