#ffdfbc
a pale, electric orange · warm · closest name: beige
RGB
255, 223, 188
HSL
31°, 100%, 87%
CMYK
0, 13, 26, 0
Luminance
0.7767
Every format
| HEX | #ffdfbc |
| RGB | rgb(255, 223, 188) |
| HSL | hsl(31, 100%, 87%) |
| CMYK | cmyk(0%, 13%, 26%, 0%) |
| LAB | lab(90.6 5.9 21.2) |
| LCH | lch(90.6 22.0 74.4) |
| OKLCH | oklch(0.921 0.058 69.5) |
Copy-ready code
/* CSS */
color: #ffdfbc;
background-color: #ffdfbc;
/* Tailwind (arbitrary) */
class="text-[#ffdfbc] bg-[#ffdfbc]"
/* SCSS */
$brand: #ffdfbc;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#ffdfbc")Accessibility — WCAG contrast
Aa
#ffdfbc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfbc on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow26.3%
Key (black)0.0%
Color previews
#ffdfbc text on a black background
contrast 16.53:1
Card sample
#ffdfbc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfbc;
Background color
Panel with #ffdfbc background
background-color: #ffdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfbc; background: linear-gradient(135deg, #ffdfbc, #F2FFBC);