#ffccb4
a pale, electric orange · warm · closest name: tan
RGB
255, 204, 180
HSL
19°, 100%, 85%
CMYK
0, 20, 29, 0
Luminance
0.6774
Every format
| HEX | #ffccb4 |
| RGB | rgb(255, 204, 180) |
| HSL | hsl(19, 100%, 85%) |
| CMYK | cmyk(0%, 20%, 29%, 0%) |
| LAB | lab(85.9 14.7 18.8) |
| LCH | lch(85.9 23.9 52.0) |
| OKLCH | oklch(0.884 0.067 46.5) |
Copy-ready code
/* CSS */
color: #ffccb4;
background-color: #ffccb4;
/* Tailwind (arbitrary) */
class="text-[#ffccb4] bg-[#ffccb4]"
/* SCSS */
$brand: #ffccb4;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.706)
/* Android */
Color.parseColor("#ffccb4")Accessibility — WCAG contrast
Aa
#ffccb4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccb4 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow29.4%
Key (black)0.0%
Color previews
#ffccb4 text on a black background
contrast 14.55:1
Card sample
#ffccb4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccb4;
Background color
Panel with #ffccb4 background
background-color: #ffccb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccb4; background: linear-gradient(135deg, #ffccb4, #FFFEB4);