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