#ffbc99
a light, electric orange · warm · closest name: tan
RGB
255, 188, 153
HSL
21°, 100%, 80%
CMYK
0, 26, 40, 0
Luminance
0.5953
Every format
| HEX | #ffbc99 |
| RGB | rgb(255, 188, 153) |
| HSL | hsl(21, 100%, 80%) |
| CMYK | cmyk(0%, 26%, 40%, 0%) |
| LAB | lab(81.6 19.9 27.2) |
| LCH | lch(81.6 33.7 53.9) |
| OKLCH | oklch(0.849 0.091 48.7) |
Copy-ready code
/* CSS */
color: #ffbc99;
background-color: #ffbc99;
/* Tailwind (arbitrary) */
class="text-[#ffbc99] bg-[#ffbc99]"
/* SCSS */
$brand: #ffbc99;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.600)
/* Android */
Color.parseColor("#ffbc99")Accessibility — WCAG contrast
Aa
#ffbc99 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc99 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow40.0%
Key (black)0.0%
Color previews
#ffbc99 text on a black background
contrast 12.91:1
Card sample
#ffbc99 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc99;
Background color
Panel with #ffbc99 background
background-color: #ffbc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc99; background: linear-gradient(135deg, #ffbc99, #FEFF99);