#cfd142
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 209, 66
HSL
61°, 61%, 54%
CMYK
1, 0, 68, 18
Luminance
0.5926
Every format
| HEX | #cfd142 |
| RGB | rgb(207, 209, 66) |
| HSL | hsl(61, 61%, 54%) |
| CMYK | cmyk(1%, 0%, 68%, 18%) |
| LAB | lab(81.4 -17.6 67.1) |
| LCH | lch(81.4 69.4 104.7) |
| OKLCH | oklch(0.834 0.159 110.2) |
Copy-ready code
/* CSS */
color: #cfd142;
background-color: #cfd142;
/* Tailwind (arbitrary) */
class="text-[#cfd142] bg-[#cfd142]"
/* SCSS */
$brand: #cfd142;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#cfd142")Accessibility — WCAG contrast
Aa
#cfd142 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd142 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue25.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#cfd142 text on a black background
contrast 12.85:1
Card sample
#cfd142 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd142;
Background color
Panel with #cfd142 background
background-color: #cfd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd142; background: linear-gradient(135deg, #cfd142, #70D142);