#ffbd98
a light, electric orange · warm · closest name: tan
RGB
255, 189, 152
HSL
22°, 100%, 80%
CMYK
0, 26, 40, 0
Luminance
0.5992
Every format
| HEX | #ffbd98 |
| RGB | rgb(255, 189, 152) |
| HSL | hsl(22, 100%, 80%) |
| CMYK | cmyk(0%, 26%, 40%, 0%) |
| LAB | lab(81.8 19.2 28.0) |
| LCH | lch(81.8 34.0 55.5) |
| OKLCH | oklch(0.850 0.091 50.4) |
Copy-ready code
/* CSS */
color: #ffbd98;
background-color: #ffbd98;
/* Tailwind (arbitrary) */
class="text-[#ffbd98] bg-[#ffbd98]"
/* SCSS */
$brand: #ffbd98;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.596)
/* Android */
Color.parseColor("#ffbd98")Accessibility — WCAG contrast
Aa
#ffbd98 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbd98 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow40.4%
Key (black)0.0%
Color previews
#ffbd98 text on a black background
contrast 12.98:1
Card sample
#ffbd98 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbd98;
Background color
Panel with #ffbd98 background
background-color: #ffbd98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbd98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbd98; background: linear-gradient(135deg, #ffbd98, #FCFF98);