#ffbc7f
a light, electric orange · warm · closest name: tan
RGB
255, 188, 127
HSL
29°, 100%, 75%
CMYK
0, 26, 50, 0
Luminance
0.5876
Every format
| HEX | #ffbc7f |
| RGB | rgb(255, 188, 127) |
| HSL | hsl(29, 100%, 75%) |
| CMYK | cmyk(0%, 26%, 50%, 0%) |
| LAB | lab(81.2 17.3 40.2) |
| LCH | lch(81.2 43.8 66.7) |
| OKLCH | oklch(0.844 0.110 62.8) |
Copy-ready code
/* CSS */
color: #ffbc7f;
background-color: #ffbc7f;
/* Tailwind (arbitrary) */
class="text-[#ffbc7f] bg-[#ffbc7f]"
/* SCSS */
$brand: #ffbc7f;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.498)
/* Android */
Color.parseColor("#ffbc7f")Accessibility — WCAG contrast
Aa
#ffbc7f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc7f on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow50.2%
Key (black)0.0%
Color previews
#ffbc7f text on a black background
contrast 12.75:1
Card sample
#ffbc7f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc7f;
Background color
Panel with #ffbc7f background
background-color: #ffbc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc7f; background: linear-gradient(135deg, #ffbc7f, #EDFF7F);