#ffb88f
a light, electric orange · warm · closest name: tan
RGB
255, 184, 143
HSL
22°, 100%, 78%
CMYK
0, 28, 44, 0
Luminance
0.5752
Every format
| HEX | #ffb88f |
| RGB | rgb(255, 184, 143) |
| HSL | hsl(22, 100%, 78%) |
| CMYK | cmyk(0%, 28%, 44%, 0%) |
| LAB | lab(80.5 20.9 31.0) |
| LCH | lch(80.5 37.4 56.0) |
| OKLCH | oklch(0.840 0.099 50.9) |
Copy-ready code
/* CSS */
color: #ffb88f;
background-color: #ffb88f;
/* Tailwind (arbitrary) */
class="text-[#ffb88f] bg-[#ffb88f]"
/* SCSS */
$brand: #ffb88f;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.561)
/* Android */
Color.parseColor("#ffb88f")Accessibility — WCAG contrast
Aa
#ffb88f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb88f on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow43.9%
Key (black)0.0%
Color previews
#ffb88f text on a black background
contrast 12.50:1
Card sample
#ffb88f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb88f;
Background color
Panel with #ffb88f background
background-color: #ffb88f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb88f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb88f; background: linear-gradient(135deg, #ffb88f, #FBFF8F);