Snow
#FAF1FD
PinkColor Codes
All color formats for development
HEX
#FAF1FDRGB
rgb(250, 241, 253)HSL
hsl(285, 75%, 97%)OKLCH
oklch(0.969 0.018 317.7)CMYK
cmyk(1%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBC6F7
2#DB9BF1
3#CC70EB
4#BC44E4
5#AA1FD8
6#8819AD
7#661382
8#440C57
9#22062B
Tints
Lighter variations
1#FBF3FD
2#FBF4FD
3#FCF6FE
4#FCF7FE
5#FDF8FE
6#FDFAFE
7#FEFBFE
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FAF2FD
2#FAF3FC
3#F9F3FB
4#F9F4FB
5#F9F4FA
6#F8F5FA
7#F8F6F9
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA98 #DA98F0 | BordersInactive statesPlaceholder text |
| 400 | C763 #C763E9 | Disabled statesSecondary iconsMuted text |
| 500 | B736 #B736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A1C #9A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B16 #7B169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5810 #581070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FAF2FD;
--snow-100: #F4E0FB;
--snow-200: #EAC5F7;
--snow-300: #DA98F0;
--snow-400: #C763E9;
--snow-500: #B736E2;
--snow-600: #9A1CC4;
--snow-700: #7B169C;
--snow-800: #581070;
--snow-900: #380A47;
--snow-950: #23062D;
}