#ffcba9
a light, electric orange · warm · closest name: tan
RGB
255, 203, 169
HSL
24°, 100%, 83%
CMYK
0, 20, 34, 0
Luminance
0.6684
Every format
| HEX | #ffcba9 |
| RGB | rgb(255, 203, 169) |
| HSL | hsl(24, 100%, 83%) |
| CMYK | cmyk(0%, 20%, 34%, 0%) |
| LAB | lab(85.4 13.8 24.0) |
| LCH | lch(85.4 27.7 60.0) |
| OKLCH | oklch(0.879 0.074 54.7) |
Copy-ready code
/* CSS */
color: #ffcba9;
background-color: #ffcba9;
/* Tailwind (arbitrary) */
class="text-[#ffcba9] bg-[#ffcba9]"
/* SCSS */
$brand: #ffcba9;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.663)
/* Android */
Color.parseColor("#ffcba9")Accessibility — WCAG contrast
Aa
#ffcba9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcba9 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow33.7%
Key (black)0.0%
Color previews
#ffcba9 text on a black background
contrast 14.37:1
Card sample
#ffcba9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcba9;
Background color
Panel with #ffcba9 background
background-color: #ffcba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcba9; background: linear-gradient(135deg, #ffcba9, #FAFFA9);