Snow
#FEF1F5
PinkColor Codes
All color formats for development
HEX
#FEF1F5RGB
rgb(254, 241, 245)HSL
hsl(342, 87%, 97%)OKLCH
oklch(0.969 0.015 356.6)CMYK
cmyk(0%, 5%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2D3
2#F894B2
3#F46691
4#F1386F
5#E71051
6#B90D41
7#8B0A30
8#5D0620
9#2E0310
Tints
Lighter variations
1#FEF2F6
2#FEF4F7
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#F9F5F7
8#F9F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791B0 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35887 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02864 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #77082A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C051B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F5;
--snow-100: #FDDEE7;
--snow-200: #FBC1D2;
--snow-300: #F791B0;
--snow-400: #F35887;
--snow-500: #F02864;
--snow-600: #D20F49;
--snow-700: #A70C3A;
--snow-800: #77082A;
--snow-900: #4C051B;
--snow-950: #300311;
}