#ffcf7c
a light, electric orange · warm · closest name: khaki
RGB
255, 207, 124
HSL
38°, 100%, 74%
CMYK
0, 19, 51, 0
Luminance
0.6734
Every format
| HEX | #ffcf7c |
| RGB | rgb(255, 207, 124) |
| HSL | hsl(38, 100%, 74%) |
| CMYK | cmyk(0%, 19%, 51%, 0%) |
| LAB | lab(85.7 7.2 47.3) |
| LCH | lch(85.7 47.9 81.4) |
| OKLCH | oklch(0.879 0.115 80.1) |
Copy-ready code
/* CSS */
color: #ffcf7c;
background-color: #ffcf7c;
/* Tailwind (arbitrary) */
class="text-[#ffcf7c] bg-[#ffcf7c]"
/* SCSS */
$brand: #ffcf7c;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#ffcf7c")Accessibility — WCAG contrast
Aa
#ffcf7c on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf7c on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow51.4%
Key (black)0.0%
Color previews
#ffcf7c text on a black background
contrast 14.47:1
Card sample
#ffcf7c text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf7c;
Background color
Panel with #ffcf7c background
background-color: #ffcf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf7c; background: linear-gradient(135deg, #ffcf7c, #D8FF7C);