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