#cfb63c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 182, 60
HSL
50°, 61%, 52%
CMYK
0, 12, 71, 19
Luminance
0.4705
Every format
| HEX | #cfb63c |
| RGB | rgb(207, 182, 60) |
| HSL | hsl(50, 61%, 52%) |
| CMYK | cmyk(0%, 12%, 71%, 19%) |
| LAB | lab(74.2 -4.2 62.2) |
| LCH | lch(74.2 62.3 93.9) |
| OKLCH | oklch(0.776 0.139 97.3) |
Copy-ready code
/* CSS */
color: #cfb63c;
background-color: #cfb63c;
/* Tailwind (arbitrary) */
class="text-[#cfb63c] bg-[#cfb63c]"
/* SCSS */
$brand: #cfb63c;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.235)
/* Android */
Color.parseColor("#cfb63c")Accessibility — WCAG contrast
Aa
#cfb63c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb63c on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow71.0%
Key (black)18.8%
Color previews
#cfb63c text on a black background
contrast 10.41:1
Card sample
#cfb63c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb63c;
Background color
Panel with #cfb63c background
background-color: #cfb63c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb63c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb63c; background: linear-gradient(135deg, #cfb63c, #86CF3C);