#ffce9b
a light, electric orange · warm · closest name: tan
RGB
255, 206, 155
HSL
31°, 100%, 80%
CMYK
0, 19, 39, 0
Luminance
0.6777
Every format
| HEX | #ffce9b |
| RGB | rgb(255, 206, 155) |
| HSL | hsl(31, 100%, 80%) |
| CMYK | cmyk(0%, 19%, 39%, 0%) |
| LAB | lab(85.9 10.7 31.9) |
| LCH | lch(85.9 33.7 71.5) |
| OKLCH | oklch(0.882 0.086 67.5) |
Copy-ready code
/* CSS */
color: #ffce9b;
background-color: #ffce9b;
/* Tailwind (arbitrary) */
class="text-[#ffce9b] bg-[#ffce9b]"
/* SCSS */
$brand: #ffce9b;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.608)
/* Android */
Color.parseColor("#ffce9b")Accessibility — WCAG contrast
Aa
#ffce9b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce9b on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow39.2%
Key (black)0.0%
Color previews
#ffce9b text on a black background
contrast 14.55:1
Card sample
#ffce9b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce9b;
Background color
Panel with #ffce9b background
background-color: #ffce9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce9b; background: linear-gradient(135deg, #ffce9b, #EDFF9B);