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