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