#cfb263
a balanced, vivid yellow · warm · closest name: khaki
RGB
207, 178, 99
HSL
44°, 53%, 60%
CMYK
0, 14, 52, 19
Luminance
0.4601
Every format
| HEX | #cfb263 |
| RGB | rgb(207, 178, 99) |
| HSL | hsl(44, 53%, 60%) |
| CMYK | cmyk(0%, 14%, 52%, 19%) |
| LAB | lab(73.5 0.5 43.9) |
| LCH | lch(73.5 43.9 89.3) |
| OKLCH | oklch(0.772 0.104 89.7) |
Copy-ready code
/* CSS */
color: #cfb263;
background-color: #cfb263;
/* Tailwind (arbitrary) */
class="text-[#cfb263] bg-[#cfb263]"
/* SCSS */
$brand: #cfb263;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.388)
/* Android */
Color.parseColor("#cfb263")Accessibility — WCAG contrast
Aa
#cfb263 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb263 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow52.2%
Key (black)18.8%
Color previews
#cfb263 text on a black background
contrast 10.20:1
Card sample
#cfb263 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb263;
Background color
Panel with #cfb263 background
background-color: #cfb263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb263; background: linear-gradient(135deg, #cfb263, #A4CF63);