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