#ffcb8f
a light, electric orange · warm · closest name: tan
RGB
255, 203, 143
HSL
32°, 100%, 78%
CMYK
0, 20, 44, 0
Luminance
0.6596
Every format
| HEX | #ffcb8f |
| RGB | rgb(255, 203, 143) |
| HSL | hsl(32, 100%, 78%) |
| CMYK | cmyk(0%, 20%, 44%, 0%) |
| LAB | lab(85.0 11.0 36.9) |
| LCH | lch(85.0 38.5 73.4) |
| OKLCH | oklch(0.875 0.097 70.0) |
Copy-ready code
/* CSS */
color: #ffcb8f;
background-color: #ffcb8f;
/* Tailwind (arbitrary) */
class="text-[#ffcb8f] bg-[#ffcb8f]"
/* SCSS */
$brand: #ffcb8f;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#ffcb8f")Accessibility — WCAG contrast
Aa
#ffcb8f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb8f on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow43.9%
Key (black)0.0%
Color previews
#ffcb8f text on a black background
contrast 14.19:1
Card sample
#ffcb8f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb8f;
Background color
Panel with #ffcb8f background
background-color: #ffcb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb8f; background: linear-gradient(135deg, #ffcb8f, #E8FF8F);