#cfdf63
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 223, 99
HSL
68°, 66%, 63%
CMYK
7, 0, 56, 13
Luminance
0.6694
Every format
| HEX | #cfdf63 |
| RGB | rgb(207, 223, 99) |
| HSL | hsl(68, 66%, 63%) |
| CMYK | cmyk(7%, 0%, 56%, 13%) |
| LAB | lab(85.5 -22.3 57.9) |
| LCH | lch(85.5 62.0 111.1) |
| OKLCH | oklch(0.867 0.149 115.7) |
Copy-ready code
/* CSS */
color: #cfdf63;
background-color: #cfdf63;
/* Tailwind (arbitrary) */
class="text-[#cfdf63] bg-[#cfdf63]"
/* SCSS */
$brand: #cfdf63;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.388)
/* Android */
Color.parseColor("#cfdf63")Accessibility — WCAG contrast
Aa
#cfdf63 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf63 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue38.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow55.6%
Key (black)12.5%
Color previews
#cfdf63 text on a black background
contrast 14.39:1
Card sample
#cfdf63 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf63;
Background color
Panel with #cfdf63 background
background-color: #cfdf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf63; background: linear-gradient(135deg, #cfdf63, #7CDF63);