Snow
#FEF1F1
RedColor Codes
All color formats for development
HEX
#FEF1F1RGB
rgb(254, 241, 241)HSL
hsl(0, 87%, 97%)OKLCH
oklch(0.968 0.014 17.4)CMYK
cmyk(0%, 5%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2C2
2#F89494
3#F46666
4#F13838
5#E71010
6#B90D0D
7#8B0A0A
8#5D0606
9#2E0303
Tints
Lighter variations
1#FEF2F2
2#FEF4F4
3#FEF5F5
4#FEF6F6
5#FFF8F8
6#FFF9F9
7#FFFBFB
8#FFFCFC
9#FFFEFE
Tones
Muted variations
1#FDF1F1
2#FDF2F2
3#FCF3F3
4#FBF3F3
5#FBF4F4
6#FAF5F5
7#F9F5F5
8#F9F6F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F79191 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35858 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02828 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0505 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F1;
--snow-100: #FDDEDE;
--snow-200: #FBC1C1;
--snow-300: #F79191;
--snow-400: #F35858;
--snow-500: #F02828;
--snow-600: #D20F0F;
--snow-700: #A70C0C;
--snow-800: #770808;
--snow-900: #4C0505;
--snow-950: #300303;
}