#ffcf87
a light, electric orange · warm · closest name: khaki
RGB
255, 207, 135
HSL
36°, 100%, 77%
CMYK
0, 19, 47, 0
Luminance
0.6763
Every format
| HEX | #ffcf87 |
| RGB | rgb(255, 207, 135) |
| HSL | hsl(36, 100%, 77%) |
| CMYK | cmyk(0%, 19%, 47%, 0%) |
| LAB | lab(85.8 8.1 42.0) |
| LCH | lch(85.8 42.8 79.1) |
| OKLCH | oklch(0.881 0.105 76.9) |
Copy-ready code
/* CSS */
color: #ffcf87;
background-color: #ffcf87;
/* Tailwind (arbitrary) */
class="text-[#ffcf87] bg-[#ffcf87]"
/* SCSS */
$brand: #ffcf87;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.529)
/* Android */
Color.parseColor("#ffcf87")Accessibility — WCAG contrast
Aa
#ffcf87 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf87 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow47.1%
Key (black)0.0%
Color previews
#ffcf87 text on a black background
contrast 14.53:1
Card sample
#ffcf87 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf87;
Background color
Panel with #ffcf87 background
background-color: #ffcf87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf87; background: linear-gradient(135deg, #ffcf87, #DFFF87);