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