Snow
#FEF0F4
PinkColor Codes
All color formats for development
HEX
#FEF0F4RGB
rgb(254, 240, 244)HSL
hsl(343, 88%, 97%)OKLCH
oklch(0.967 0.016 358)CMYK
cmyk(0%, 6%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2D2
2#F894B0
3#F5658E
4#F2376C
5#E90F4D
6#BA0C3D
7#8C092E
8#5D061F
9#2F030F
Tints
Lighter variations
1#FEF2F5
2#FEF3F7
3#FEF5F8
4#FEF6F9
5#FFF8FA
6#FFF9FB
7#FFFBFC
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF1F5
2#FDF2F5
3#FCF3F5
4#FBF3F6
5#FBF4F6
6#FAF5F6
7#F9F5F6
8#F9F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AE | BordersInactive statesPlaceholder text |
| 400 | F457 #F45784 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12760 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780827 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0519 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300310 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F4;
--snow-100: #FDDDE6;
--snow-200: #FBC1D1;
--snow-300: #F891AE;
--snow-400: #F45784;
--snow-500: #F12760;
--snow-600: #D30D45;
--snow-700: #A80B37;
--snow-800: #780827;
--snow-900: #4D0519;
--snow-950: #300310;
}