#cfce45
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 206, 69
HSL
60°, 59%, 54%
CMYK
0, 1, 67, 19
Luminance
0.5784
Every format
| HEX | #cfce45 |
| RGB | rgb(207, 206, 69) |
| HSL | hsl(60, 59%, 54%) |
| CMYK | cmyk(0%, 1%, 67%, 19%) |
| LAB | lab(80.7 -16.0 65.2) |
| LCH | lch(80.7 67.1 103.8) |
| OKLCH | oklch(0.828 0.154 108.9) |
Copy-ready code
/* CSS */
color: #cfce45;
background-color: #cfce45;
/* Tailwind (arbitrary) */
class="text-[#cfce45] bg-[#cfce45]"
/* SCSS */
$brand: #cfce45;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.271)
/* Android */
Color.parseColor("#cfce45")Accessibility — WCAG contrast
Aa
#cfce45 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfce45 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow66.7%
Key (black)18.8%
Color previews
#cfce45 text on a black background
contrast 12.57:1
Card sample
#cfce45 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfce45;
Background color
Panel with #cfce45 background
background-color: #cfce45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfce45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfce45; background: linear-gradient(135deg, #cfce45, #74CF45);