#cfd68f
a light, vivid yellow · cool · closest name: khaki
RGB
207, 214, 143
HSL
66°, 46%, 70%
CMYK
3, 0, 33, 16
Luminance
0.6334
Every format
| HEX | #cfd68f |
| RGB | rgb(207, 214, 143) |
| HSL | hsl(66, 46%, 70%) |
| CMYK | cmyk(3%, 0%, 33%, 16%) |
| LAB | lab(83.6 -13.4 34.3) |
| LCH | lch(83.6 36.9 111.3) |
| OKLCH | oklch(0.854 0.092 112.9) |
Copy-ready code
/* CSS */
color: #cfd68f;
background-color: #cfd68f;
/* Tailwind (arbitrary) */
class="text-[#cfd68f] bg-[#cfd68f]"
/* SCSS */
$brand: #cfd68f;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#cfd68f")Accessibility — WCAG contrast
Aa
#cfd68f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd68f on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue56.1%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#cfd68f text on a black background
contrast 13.67:1
Card sample
#cfd68f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd68f;
Background color
Panel with #cfd68f background
background-color: #cfd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd68f; background: linear-gradient(135deg, #cfd68f, #A0D68F);