#cfd342
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 211, 66
HSL
62°, 62%, 54%
CMYK
2, 0, 69, 17
Luminance
0.6025
Every format
| HEX | #cfd342 |
| RGB | rgb(207, 211, 66) |
| HSL | hsl(62, 62%, 54%) |
| CMYK | cmyk(2%, 0%, 69%, 17%) |
| LAB | lab(82.0 -18.6 67.6) |
| LCH | lch(82.0 70.1 105.4) |
| OKLCH | oklch(0.838 0.162 111.0) |
Copy-ready code
/* CSS */
color: #cfd342;
background-color: #cfd342;
/* Tailwind (arbitrary) */
class="text-[#cfd342] bg-[#cfd342]"
/* SCSS */
$brand: #cfd342;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.259)
/* Android */
Color.parseColor("#cfd342")Accessibility — WCAG contrast
Aa
#cfd342 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd342 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue25.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow68.7%
Key (black)17.3%
Color previews
#cfd342 text on a black background
contrast 13.05:1
Card sample
#cfd342 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd342;
Background color
Panel with #cfd342 background
background-color: #cfd342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd342; background: linear-gradient(135deg, #cfd342, #6ED342);