#cfdf43
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 67
HSL
66°, 71%, 57%
CMYK
7, 0, 70, 13
Luminance
0.6645
Every format
| HEX | #cfdf43 |
| RGB | rgb(207, 223, 67) |
| HSL | hsl(66, 71%, 57%) |
| CMYK | cmyk(7%, 0%, 70%, 13%) |
| LAB | lab(85.2 -24.4 70.5) |
| LCH | lch(85.2 74.6 109.1) |
| OKLCH | oklch(0.864 0.173 115.2) |
Copy-ready code
/* CSS */
color: #cfdf43;
background-color: #cfdf43;
/* Tailwind (arbitrary) */
class="text-[#cfdf43] bg-[#cfdf43]"
/* SCSS */
$brand: #cfdf43;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.263)
/* Android */
Color.parseColor("#cfdf43")Accessibility — WCAG contrast
Aa
#cfdf43 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf43 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue26.3%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow70.0%
Key (black)12.5%
Color previews
#cfdf43 text on a black background
contrast 14.29:1
Card sample
#cfdf43 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf43;
Background color
Panel with #cfdf43 background
background-color: #cfdf43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf43; background: linear-gradient(135deg, #cfdf43, #67DF43);