#ffcf77
a light, electric orange · warm · closest name: khaki
RGB
255, 207, 119
HSL
39°, 100%, 73%
CMYK
0, 19, 53, 0
Luminance
0.6722
Every format
| HEX | #ffcf77 |
| RGB | rgb(255, 207, 119) |
| HSL | hsl(39, 100%, 73%) |
| CMYK | cmyk(0%, 19%, 53%, 0%) |
| LAB | lab(85.6 6.7 49.7) |
| LCH | lch(85.6 50.1 82.3) |
| OKLCH | oklch(0.878 0.119 81.3) |
Copy-ready code
/* CSS */
color: #ffcf77;
background-color: #ffcf77;
/* Tailwind (arbitrary) */
class="text-[#ffcf77] bg-[#ffcf77]"
/* SCSS */
$brand: #ffcf77;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.467)
/* Android */
Color.parseColor("#ffcf77")Accessibility — WCAG contrast
Aa
#ffcf77 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf77 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow53.3%
Key (black)0.0%
Color previews
#ffcf77 text on a black background
contrast 14.44:1
Card sample
#ffcf77 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf77;
Background color
Panel with #ffcf77 background
background-color: #ffcf77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf77; background: linear-gradient(135deg, #ffcf77, #D4FF77);