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