#cfcb3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 203, 63
HSL
58°, 60%, 53%
CMYK
0, 2, 70, 19
Luminance
0.5634
Every format
| HEX | #cfcb3f |
| RGB | rgb(207, 203, 63) |
| HSL | hsl(58, 60%, 53%) |
| CMYK | cmyk(0%, 2%, 70%, 19%) |
| LAB | lab(79.8 -14.8 66.6) |
| LCH | lch(79.8 68.2 102.5) |
| OKLCH | oklch(0.821 0.155 107.7) |
Copy-ready code
/* CSS */
color: #cfcb3f;
background-color: #cfcb3f;
/* Tailwind (arbitrary) */
class="text-[#cfcb3f] bg-[#cfcb3f]"
/* SCSS */
$brand: #cfcb3f;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.247)
/* Android */
Color.parseColor("#cfcb3f")Accessibility — WCAG contrast
Aa
#cfcb3f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcb3f on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow69.6%
Key (black)18.8%
Color previews
#cfcb3f text on a black background
contrast 12.27:1
Card sample
#cfcb3f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcb3f;
Background color
Panel with #cfcb3f background
background-color: #cfcb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcb3f; background: linear-gradient(135deg, #cfcb3f, #73CF3F);