#ffbc8f
a light, electric orange · warm · closest name: tan
RGB
255, 188, 143
HSL
24°, 100%, 78%
CMYK
0, 26, 44, 0
Luminance
0.5921
Every format
| HEX | #ffbc8f |
| RGB | rgb(255, 188, 143) |
| HSL | hsl(24, 100%, 78%) |
| CMYK | cmyk(0%, 26%, 44%, 0%) |
| LAB | lab(81.4 18.8 32.2) |
| LCH | lch(81.4 37.3 59.7) |
| OKLCH | oklch(0.847 0.098 54.9) |
Copy-ready code
/* CSS */
color: #ffbc8f;
background-color: #ffbc8f;
/* Tailwind (arbitrary) */
class="text-[#ffbc8f] bg-[#ffbc8f]"
/* SCSS */
$brand: #ffbc8f;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.561)
/* Android */
Color.parseColor("#ffbc8f")Accessibility — WCAG contrast
Aa
#ffbc8f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc8f on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow43.9%
Key (black)0.0%
Color previews
#ffbc8f text on a black background
contrast 12.84:1
Card sample
#ffbc8f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc8f;
Background color
Panel with #ffbc8f background
background-color: #ffbc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc8f; background: linear-gradient(135deg, #ffbc8f, #F7FF8F);