#cfd044
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 208, 68
HSL
60°, 60%, 54%
CMYK
1, 0, 67, 18
Luminance
0.5879
Every format
| HEX | #cfd044 |
| RGB | rgb(207, 208, 68) |
| HSL | hsl(60, 60%, 54%) |
| CMYK | cmyk(1%, 0%, 67%, 18%) |
| LAB | lab(81.2 -17.1 66.1) |
| LCH | lch(81.2 68.2 104.5) |
| OKLCH | oklch(0.832 0.157 109.8) |
Copy-ready code
/* CSS */
color: #cfd044;
background-color: #cfd044;
/* Tailwind (arbitrary) */
class="text-[#cfd044] bg-[#cfd044]"
/* SCSS */
$brand: #cfd044;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.267)
/* Android */
Color.parseColor("#cfd044")Accessibility — WCAG contrast
Aa
#cfd044 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd044 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue26.7%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow67.3%
Key (black)18.4%
Color previews
#cfd044 text on a black background
contrast 12.76:1
Card sample
#cfd044 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd044;
Background color
Panel with #cfd044 background
background-color: #cfd044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd044; background: linear-gradient(135deg, #cfd044, #72D044);