#ffb088
a light, electric orange · warm · closest name: tan
RGB
255, 176, 136
HSL
20°, 100%, 77%
CMYK
0, 31, 47, 0
Luminance
0.5409
Every format
| HEX | #ffb088 |
| RGB | rgb(255, 176, 136) |
| HSL | hsl(20, 100%, 77%) |
| CMYK | cmyk(0%, 31%, 47%, 0%) |
| LAB | lab(78.5 24.4 32.1) |
| LCH | lch(78.5 40.3 52.8) |
| OKLCH | oklch(0.824 0.107 47.6) |
Copy-ready code
/* CSS */
color: #ffb088;
background-color: #ffb088;
/* Tailwind (arbitrary) */
class="text-[#ffb088] bg-[#ffb088]"
/* SCSS */
$brand: #ffb088;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.533)
/* Android */
Color.parseColor("#ffb088")Accessibility — WCAG contrast
Aa
#ffb088 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb088 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow46.7%
Key (black)0.0%
Color previews
#ffb088 text on a black background
contrast 11.82:1
Card sample
#ffb088 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb088;
Background color
Panel with #ffb088 background
background-color: #ffb088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb088; background: linear-gradient(135deg, #ffb088, #FFFF88);