#ffcfac
a light, electric orange · warm · closest name: tan
RGB
255, 207, 172
HSL
25°, 100%, 84%
CMYK
0, 19, 33, 0
Luminance
0.6886
Every format
| HEX | #ffcfac |
| RGB | rgb(255, 207, 172) |
| HSL | hsl(25, 100%, 84%) |
| CMYK | cmyk(0%, 19%, 33%, 0%) |
| LAB | lab(86.4 12.1 23.8) |
| LCH | lch(86.4 26.7 63.0) |
| OKLCH | oklch(0.888 0.071 57.8) |
Copy-ready code
/* CSS */
color: #ffcfac;
background-color: #ffcfac;
/* Tailwind (arbitrary) */
class="text-[#ffcfac] bg-[#ffcfac]"
/* SCSS */
$brand: #ffcfac;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#ffcfac")Accessibility — WCAG contrast
Aa
#ffcfac on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfac on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow32.5%
Key (black)0.0%
Color previews
#ffcfac text on a black background
contrast 14.77:1
Card sample
#ffcfac text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfac;
Background color
Panel with #ffcfac background
background-color: #ffcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfac; background: linear-gradient(135deg, #ffcfac, #F8FFAC);