#cfa263
a balanced, vivid orange · warm · closest name: tan
RGB
207, 162, 99
HSL
35°, 53%, 60%
CMYK
0, 22, 52, 19
Luminance
0.4001
Every format
| HEX | #cfa263 |
| RGB | rgb(207, 162, 99) |
| HSL | hsl(35, 53%, 60%) |
| CMYK | cmyk(0%, 22%, 52%, 19%) |
| LAB | lab(69.5 9.1 38.9) |
| LCH | lch(69.5 39.9 76.9) |
| OKLCH | oklch(0.740 0.097 74.7) |
Copy-ready code
/* CSS */
color: #cfa263;
background-color: #cfa263;
/* Tailwind (arbitrary) */
class="text-[#cfa263] bg-[#cfa263]"
/* SCSS */
$brand: #cfa263;
/* SwiftUI */
Color(red: 0.812, green: 0.635, blue: 0.388)
/* Android */
Color.parseColor("#cfa263")Accessibility — WCAG contrast
Aa
#cfa263 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa263 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow52.2%
Key (black)18.8%
Color previews
#cfa263 text on a black background
contrast 9.00:1
Card sample
#cfa263 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa263;
Background color
Panel with #cfa263 background
background-color: #cfa263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 162, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 162, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa263; background: linear-gradient(135deg, #cfa263, #B4CF63);