Snow
#FEF1F3
RedColor Codes
All color formats for development
HEX
#FEF1F3RGB
rgb(254, 241, 243)HSL
hsl(351, 87%, 97%)OKLCH
oklch(0.969 0.014 6.7)CMYK
cmyk(0%, 5%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2CB
2#F894A3
3#F4667B
4#F13853
5#E71030
6#B90D27
7#8B0A1D
8#5D0613
9#2E030A
Tints
Lighter variations
1#FEF2F4
2#FEF4F5
3#FEF5F6
4#FEF6F8
5#FFF8F9
6#FFF9FA
7#FFFBFB
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF1F3
2#FDF2F4
3#FCF3F4
4#FBF3F5
5#FBF4F5
6#FAF5F5
7#F9F5F6
8#F9F6F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791A1 | BordersInactive statesPlaceholder text |
| 400 | F358 #F3586F | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02846 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770819 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0510 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F3;
--snow-100: #FDDEE2;
--snow-200: #FBC1CA;
--snow-300: #F791A1;
--snow-400: #F3586F;
--snow-500: #F02846;
--snow-600: #D20F2C;
--snow-700: #A70C23;
--snow-800: #770819;
--snow-900: #4C0510;
--snow-950: #30030A;
}