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