#fbf6f2
a pale, vivid orange · warm · closest name: white
RGB
251, 246, 242
HSL
27°, 53%, 97%
CMYK
0, 2, 4, 2
Luminance
0.9283
Every format
| HEX | #fbf6f2 |
| RGB | rgb(251, 246, 242) |
| HSL | hsl(27, 53%, 97%) |
| CMYK | cmyk(0%, 2%, 4%, 2%) |
| LAB | lab(97.2 1.0 2.5) |
| LCH | lch(97.2 2.7 68.9) |
| OKLCH | oklch(0.976 0.008 61.5) |
Copy-ready code
/* CSS */
color: #fbf6f2;
background-color: #fbf6f2;
/* Tailwind (arbitrary) */
class="text-[#fbf6f2] bg-[#fbf6f2]"
/* SCSS */
$brand: #fbf6f2;
/* SwiftUI */
Color(red: 0.984, green: 0.965, blue: 0.949)
/* Android */
Color.parseColor("#fbf6f2")Accessibility — WCAG contrast
Aa
#fbf6f2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf6f2 on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.5%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow3.6%
Key (black)1.6%
Color previews
#fbf6f2 text on a black background
contrast 19.57:1
Card sample
#fbf6f2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf6f2;
Background color
Panel with #fbf6f2 background
background-color: #fbf6f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf6f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 246, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 246, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf6f2; background: linear-gradient(135deg, #fbf6f2, #FAFBF2);