#ffceb5
a pale, electric orange · warm · closest name: tan
RGB
255, 206, 181
HSL
20°, 100%, 86%
CMYK
0, 19, 29, 0
Luminance
0.6874
Every format
| HEX | #ffceb5 |
| RGB | rgb(255, 206, 181) |
| HSL | hsl(20, 100%, 86%) |
| CMYK | cmyk(0%, 19%, 29%, 0%) |
| LAB | lab(86.4 13.8 19.0) |
| LCH | lch(86.4 23.5 54.0) |
| OKLCH | oklch(0.888 0.065 48.5) |
Copy-ready code
/* CSS */
color: #ffceb5;
background-color: #ffceb5;
/* Tailwind (arbitrary) */
class="text-[#ffceb5] bg-[#ffceb5]"
/* SCSS */
$brand: #ffceb5;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#ffceb5")Accessibility — WCAG contrast
Aa
#ffceb5 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffceb5 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow29.0%
Key (black)0.0%
Color previews
#ffceb5 text on a black background
contrast 14.75:1
Card sample
#ffceb5 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffceb5;
Background color
Panel with #ffceb5 background
background-color: #ffceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffceb5; background: linear-gradient(135deg, #ffceb5, #FFFFB5);