#cf9727
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 151, 39
HSL
40°, 68%, 48%
CMYK
0, 27, 81, 19
Luminance
0.3555
Every format
| HEX | #cf9727 |
| RGB | rgb(207, 151, 39) |
| HSL | hsl(40, 68%, 48%) |
| CMYK | cmyk(0%, 27%, 81%, 19%) |
| LAB | lab(66.2 11.4 62.2) |
| LCH | lch(66.2 63.3 79.6) |
| OKLCH | oklch(0.713 0.136 79.5) |
Copy-ready code
/* CSS */
color: #cf9727;
background-color: #cf9727;
/* Tailwind (arbitrary) */
class="text-[#cf9727] bg-[#cf9727]"
/* SCSS */
$brand: #cf9727;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#cf9727")Accessibility — WCAG contrast
Aa
#cf9727 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9727 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow81.2%
Key (black)18.8%
Color previews
#cf9727 text on a black background
contrast 8.11:1
Card sample
#cf9727 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9727;
Background color
Panel with #cf9727 background
background-color: #cf9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9727; background: linear-gradient(135deg, #cf9727, #97CF27);