Snow
#FEF0F8
PinkColor Codes
All color formats for development
HEX
#FEF0F8RGB
rgb(254, 240, 248)HSL
hsl(326, 88%, 97%)OKLCH
oklch(0.968 0.018 342)CMYK
cmyk(0%, 6%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2E2
2#F894CD
3#F565B7
4#F237A1
5#E90F8A
6#BA0C6F
7#8C0953
8#5D0637
9#2F031C
Tints
Lighter variations
1#FEF2F9
2#FEF3FA
3#FEF5FA
4#FEF6FB
5#FFF8FC
6#FFF9FC
7#FFFBFD
8#FFFCFE
9#FFFEFE
Tones
Muted variations
1#FDF1F8
2#FDF2F8
3#FCF3F8
4#FBF3F8
5#FBF4F8
6#FAF5F8
7#F9F5F8
8#F9F6F8
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1279A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F8;
--snow-100: #FDDDEF;
--snow-200: #FBC1E2;
--snow-300: #F891CB;
--snow-400: #F457B0;
--snow-500: #F1279A;
--snow-600: #D30D7D;
--snow-700: #A80B64;
--snow-800: #780847;
--snow-900: #4D052E;
--snow-950: #30031C;
}