#ffcfb3
a pale, electric orange · warm · closest name: tan
RGB
255, 207, 179
HSL
22°, 100%, 85%
CMYK
0, 19, 30, 0
Luminance
0.6914
Every format
| HEX | #ffcfb3 |
| RGB | rgb(255, 207, 179) |
| HSL | hsl(22, 100%, 85%) |
| CMYK | cmyk(0%, 19%, 30%, 0%) |
| LAB | lab(86.6 13.0 20.3) |
| LCH | lch(86.6 24.1 57.4) |
| OKLCH | oklch(0.889 0.066 51.8) |
Copy-ready code
/* CSS */
color: #ffcfb3;
background-color: #ffcfb3;
/* Tailwind (arbitrary) */
class="text-[#ffcfb3] bg-[#ffcfb3]"
/* SCSS */
$brand: #ffcfb3;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.702)
/* Android */
Color.parseColor("#ffcfb3")Accessibility — WCAG contrast
Aa
#ffcfb3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfb3 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow29.8%
Key (black)0.0%
Color previews
#ffcfb3 text on a black background
contrast 14.83:1
Card sample
#ffcfb3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfb3;
Background color
Panel with #ffcfb3 background
background-color: #ffcfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfb3; background: linear-gradient(135deg, #ffcfb3, #FCFFB3);