#ffbf88
a light, electric orange · warm · closest name: tan
RGB
255, 191, 136
HSL
28°, 100%, 77%
CMYK
0, 25, 47, 0
Luminance
0.6030
Every format
| HEX | #ffbf88 |
| RGB | rgb(255, 191, 136) |
| HSL | hsl(28, 100%, 77%) |
| CMYK | cmyk(0%, 25%, 47%, 0%) |
| LAB | lab(82.0 16.5 36.6) |
| LCH | lch(82.0 40.2 65.7) |
| OKLCH | oklch(0.851 0.102 61.5) |
Copy-ready code
/* CSS */
color: #ffbf88;
background-color: #ffbf88;
/* Tailwind (arbitrary) */
class="text-[#ffbf88] bg-[#ffbf88]"
/* SCSS */
$brand: #ffbf88;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.533)
/* Android */
Color.parseColor("#ffbf88")Accessibility — WCAG contrast
Aa
#ffbf88 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbf88 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow46.7%
Key (black)0.0%
Color previews
#ffbf88 text on a black background
contrast 13.06:1
Card sample
#ffbf88 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbf88;
Background color
Panel with #ffbf88 background
background-color: #ffbf88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbf88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbf88; background: linear-gradient(135deg, #ffbf88, #F0FF88);