Snow
#FEF4F1
RedColor Codes
All color formats for development
HEX
#FEF4F1RGB
rgb(254, 244, 241)HSL
hsl(14, 87%, 97%)OKLCH
oklch(0.974 0.012 37.4)CMYK
cmyk(0%, 4%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBD0C2
2#F8AB94
3#F48766
4#F16338
5#E74210
6#B9350D
7#8B280A
8#5D1B06
9#2E0D03
Tints
Lighter variations
1#FEF5F2
2#FEF6F4
3#FEF7F5
4#FEF8F6
5#FFF9F8
6#FFFBF9
7#FFFCFB
8#FFFDFC
9#FFFEFE
Tones
Muted variations
1#FDF4F1
2#FDF5F2
3#FCF5F3
4#FBF5F3
5#FBF6F4
6#FAF6F5
7#F9F6F5
8#F9F7F6
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCE #FBCEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7A9 #F7A991 | BordersInactive statesPlaceholder text |
| 400 | F37C #F37C58 | Disabled statesSecondary iconsMuted text |
| 500 | F057 #F05728 | Primary brand colorCTAsActive elementsLinks |
| 600 | D23C #D23C0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A730 #A7300C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7722 #772208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C16 #4C1605 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF4F1;
--snow-100: #FDE5DE;
--snow-200: #FBCEC1;
--snow-300: #F7A991;
--snow-400: #F37C58;
--snow-500: #F05728;
--snow-600: #D23C0F;
--snow-700: #A7300C;
--snow-800: #772208;
--snow-900: #4C1605;
--snow-950: #300E03;
}