#cfdb4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 219, 79
HSL
65°, 66%, 58%
CMYK
6, 0, 64, 14
Luminance
0.6449
Every format
| HEX | #cfdb4f |
| RGB | rgb(207, 219, 79) |
| HSL | hsl(65, 66%, 58%) |
| CMYK | cmyk(6%, 0%, 64%, 14%) |
| LAB | lab(84.2 -21.8 64.9) |
| LCH | lch(84.2 68.5 108.6) |
| OKLCH | oklch(0.857 0.161 114.0) |
Copy-ready code
/* CSS */
color: #cfdb4f;
background-color: #cfdb4f;
/* Tailwind (arbitrary) */
class="text-[#cfdb4f] bg-[#cfdb4f]"
/* SCSS */
$brand: #cfdb4f;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#cfdb4f")Accessibility — WCAG contrast
Aa
#cfdb4f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdb4f on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue31.0%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#cfdb4f text on a black background
contrast 13.90:1
Card sample
#cfdb4f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdb4f;
Background color
Panel with #cfdb4f background
background-color: #cfdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdb4f; background: linear-gradient(135deg, #cfdb4f, #72DB4F);