#ffceb9
a pale, electric orange · warm · closest name: tan
RGB
255, 206, 185
HSL
18°, 100%, 86%
CMYK
0, 19, 28, 0
Luminance
0.6891
Every format
| HEX | #ffceb9 |
| RGB | rgb(255, 206, 185) |
| HSL | hsl(18, 100%, 86%) |
| CMYK | cmyk(0%, 19%, 28%, 0%) |
| LAB | lab(86.5 14.3 17.0) |
| LCH | lch(86.5 22.2 49.9) |
| OKLCH | oklch(0.889 0.063 44.4) |
Copy-ready code
/* CSS */
color: #ffceb9;
background-color: #ffceb9;
/* Tailwind (arbitrary) */
class="text-[#ffceb9] bg-[#ffceb9]"
/* SCSS */
$brand: #ffceb9;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#ffceb9")Accessibility — WCAG contrast
Aa
#ffceb9 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffceb9 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow27.5%
Key (black)0.0%
Color previews
#ffceb9 text on a black background
contrast 14.78:1
Card sample
#ffceb9 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffceb9;
Background color
Panel with #ffceb9 background
background-color: #ffceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffceb9; background: linear-gradient(135deg, #ffceb9, #FFFDB9);