#ffcbae
a light, electric orange · warm · closest name: tan
RGB
255, 203, 174
HSL
22°, 100%, 84%
CMYK
0, 20, 32, 0
Luminance
0.6703
Every format
| HEX | #ffcbae |
| RGB | rgb(255, 203, 174) |
| HSL | hsl(22, 100%, 84%) |
| CMYK | cmyk(0%, 20%, 32%, 0%) |
| LAB | lab(85.5 14.5 21.5) |
| LCH | lch(85.5 25.9 56.1) |
| OKLCH | oklch(0.881 0.071 50.6) |
Copy-ready code
/* CSS */
color: #ffcbae;
background-color: #ffcbae;
/* Tailwind (arbitrary) */
class="text-[#ffcbae] bg-[#ffcbae]"
/* SCSS */
$brand: #ffcbae;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.682)
/* Android */
Color.parseColor("#ffcbae")Accessibility — WCAG contrast
Aa
#ffcbae on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbae on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow31.8%
Key (black)0.0%
Color previews
#ffcbae text on a black background
contrast 14.41:1
Card sample
#ffcbae text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbae;
Background color
Panel with #ffcbae background
background-color: #ffcbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbae; background: linear-gradient(135deg, #ffcbae, #FDFFAE);