#cf9268
a balanced, vivid orange · warm · closest name: peru
RGB
207, 146, 104
HSL
25°, 52%, 61%
CMYK
0, 30, 50, 19
Luminance
0.3482
Every format
| HEX | #cf9268 |
| RGB | rgb(207, 146, 104) |
| HSL | hsl(25, 52%, 61%) |
| CMYK | cmyk(0%, 30%, 50%, 19%) |
| LAB | lab(65.6 18.2 31.4) |
| LCH | lch(65.6 36.3 59.9) |
| OKLCH | oklch(0.710 0.093 55.2) |
Copy-ready code
/* CSS */
color: #cf9268;
background-color: #cf9268;
/* Tailwind (arbitrary) */
class="text-[#cf9268] bg-[#cf9268]"
/* SCSS */
$brand: #cf9268;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.408)
/* Android */
Color.parseColor("#cf9268")Accessibility — WCAG contrast
Aa
#cf9268 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9268 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow49.8%
Key (black)18.8%
Color previews
#cf9268 text on a black background
contrast 7.96:1
Card sample
#cf9268 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9268;
Background color
Panel with #cf9268 background
background-color: #cf9268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9268; background: linear-gradient(135deg, #cf9268, #C7CF68);