#ffcfbb
a pale, electric orange · warm · closest name: pink
RGB
255, 207, 187
HSL
18°, 100%, 87%
CMYK
0, 19, 27, 0
Luminance
0.6947
Every format
| HEX | #ffcfbb |
| RGB | rgb(255, 207, 187) |
| HSL | hsl(18, 100%, 87%) |
| CMYK | cmyk(0%, 19%, 27%, 0%) |
| LAB | lab(86.7 14.1 16.3) |
| LCH | lch(86.7 21.5 49.3) |
| OKLCH | oklch(0.891 0.061 43.8) |
Copy-ready code
/* CSS */
color: #ffcfbb;
background-color: #ffcfbb;
/* Tailwind (arbitrary) */
class="text-[#ffcfbb] bg-[#ffcfbb]"
/* SCSS */
$brand: #ffcfbb;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.733)
/* Android */
Color.parseColor("#ffcfbb")Accessibility — WCAG contrast
Aa
#ffcfbb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfbb on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow26.7%
Key (black)0.0%
Color previews
#ffcfbb text on a black background
contrast 14.89:1
Card sample
#ffcfbb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfbb;
Background color
Panel with #ffcfbb background
background-color: #ffcfbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfbb; background: linear-gradient(135deg, #ffcfbb, #FFFCBB);