#ffccba
a pale, electric orange · warm · closest name: pink
RGB
255, 204, 186
HSL
16°, 100%, 87%
CMYK
0, 20, 27, 0
Luminance
0.6799
Every format
| HEX | #ffccba |
| RGB | rgb(255, 204, 186) |
| HSL | hsl(16, 100%, 87%) |
| CMYK | cmyk(0%, 20%, 27%, 0%) |
| LAB | lab(86.0 15.5 15.8) |
| LCH | lch(86.0 22.1 45.6) |
| OKLCH | oklch(0.885 0.063 40.3) |
Copy-ready code
/* CSS */
color: #ffccba;
background-color: #ffccba;
/* Tailwind (arbitrary) */
class="text-[#ffccba] bg-[#ffccba]"
/* SCSS */
$brand: #ffccba;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#ffccba")Accessibility — WCAG contrast
Aa
#ffccba on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccba on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ffccba text on a black background
contrast 14.60:1
Card sample
#ffccba text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccba;
Background color
Panel with #ffccba background
background-color: #ffccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccba; background: linear-gradient(135deg, #ffccba, #FFFABA);