#cfe043
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 224, 67
HSL
67°, 72%, 57%
CMYK
8, 0, 70, 12
Luminance
0.6698
Every format
| HEX | #cfe043 |
| RGB | rgb(207, 224, 67) |
| HSL | hsl(67, 72%, 57%) |
| CMYK | cmyk(8%, 0%, 70%, 12%) |
| LAB | lab(85.5 -24.9 70.7) |
| LCH | lch(85.5 75.0 109.4) |
| OKLCH | oklch(0.866 0.174 115.5) |
Copy-ready code
/* CSS */
color: #cfe043;
background-color: #cfe043;
/* Tailwind (arbitrary) */
class="text-[#cfe043] bg-[#cfe043]"
/* SCSS */
$brand: #cfe043;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.263)
/* Android */
Color.parseColor("#cfe043")Accessibility — WCAG contrast
Aa
#cfe043 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe043 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue26.3%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow70.1%
Key (black)12.2%
Color previews
#cfe043 text on a black background
contrast 14.40:1
Card sample
#cfe043 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe043;
Background color
Panel with #cfe043 background
background-color: #cfe043;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe043;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe043; background: linear-gradient(135deg, #cfe043, #66E043);