#ffddbf
a pale, electric orange · warm · closest name: beige
RGB
255, 221, 191
HSL
28°, 100%, 88%
CMYK
0, 13, 25, 0
Luminance
0.7673
Every format
| HEX | #ffddbf |
| RGB | rgb(255, 221, 191) |
| HSL | hsl(28, 100%, 88%) |
| CMYK | cmyk(0%, 13%, 25%, 0%) |
| LAB | lab(90.2 7.3 19.1) |
| LCH | lch(90.2 20.4 69.0) |
| OKLCH | oklch(0.918 0.055 63.5) |
Copy-ready code
/* CSS */
color: #ffddbf;
background-color: #ffddbf;
/* Tailwind (arbitrary) */
class="text-[#ffddbf] bg-[#ffddbf]"
/* SCSS */
$brand: #ffddbf;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#ffddbf")Accessibility — WCAG contrast
Aa
#ffddbf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffddbf on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow25.1%
Key (black)0.0%
Color previews
#ffddbf text on a black background
contrast 16.35:1
Card sample
#ffddbf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffddbf;
Background color
Panel with #ffddbf background
background-color: #ffddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffddbf; background: linear-gradient(135deg, #ffddbf, #F6FFBF);