#ffceb3
a pale, electric orange · warm · closest name: tan
RGB
255, 206, 179
HSL
21°, 100%, 85%
CMYK
0, 19, 30, 0
Luminance
0.6866
Every format
| HEX | #ffceb3 |
| RGB | rgb(255, 206, 179) |
| HSL | hsl(21, 100%, 85%) |
| CMYK | cmyk(0%, 19%, 30%, 0%) |
| LAB | lab(86.3 13.5 20.0) |
| LCH | lch(86.3 24.1 55.9) |
| OKLCH | oklch(0.887 0.067 50.4) |
Copy-ready code
/* CSS */
color: #ffceb3;
background-color: #ffceb3;
/* Tailwind (arbitrary) */
class="text-[#ffceb3] bg-[#ffceb3]"
/* SCSS */
$brand: #ffceb3;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#ffceb3")Accessibility — WCAG contrast
Aa
#ffceb3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffceb3 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow29.8%
Key (black)0.0%
Color previews
#ffceb3 text on a black background
contrast 14.73:1
Card sample
#ffceb3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffceb3;
Background color
Panel with #ffceb3 background
background-color: #ffceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffceb3; background: linear-gradient(135deg, #ffceb3, #FDFFB3);