#fbccb7
a pale, electric orange · warm · closest name: tan
RGB
251, 204, 183
HSL
19°, 90%, 85%
CMYK
0, 19, 27, 2
Luminance
0.6711
Every format
| HEX | #fbccb7 |
| RGB | rgb(251, 204, 183) |
| HSL | hsl(19, 90%, 85%) |
| CMYK | cmyk(0%, 19%, 27%, 2%) |
| LAB | lab(85.6 13.6 16.7) |
| LCH | lch(85.6 21.6 50.9) |
| OKLCH | oklch(0.881 0.061 45.4) |
Copy-ready code
/* CSS */
color: #fbccb7;
background-color: #fbccb7;
/* Tailwind (arbitrary) */
class="text-[#fbccb7] bg-[#fbccb7]"
/* SCSS */
$brand: #fbccb7;
/* SwiftUI */
Color(red: 0.984, green: 0.800, blue: 0.718)
/* Android */
Color.parseColor("#fbccb7")Accessibility — WCAG contrast
Aa
#fbccb7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbccb7 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow27.1%
Key (black)1.6%
Color previews
#fbccb7 text on a black background
contrast 14.42:1
Card sample
#fbccb7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbccb7;
Background color
Panel with #fbccb7 background
background-color: #fbccb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbccb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 204, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 204, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbccb7; background: linear-gradient(135deg, #fbccb7, #FBF9B7);