Snow
#FAF0FE
PurpleColor Codes
All color formats for development
HEX
#FAF0FERGB
rgb(250, 240, 254)HSL
hsl(283, 88%, 97%)OKLCH
oklch(0.967 0.021 316.5)CMYK
cmyk(2%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBC2FB
2#DC94F8
3#CC65F5
4#BD37F2
5#AB0FE9
6#890CBA
7#67098C
8#44065D
9#22032F
Tints
Lighter variations
1#FBF2FE
2#FBF3FE
3#FCF5FE
4#FCF6FE
5#FDF8FF
6#FDF9FF
7#FEFBFF
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FAF1FD
2#FAF2FD
3#F9F3FC
4#F9F3FB
5#F9F4FB
6#F9F5FA
7#F8F5F9
8#F8F6F9
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB91 #DB91F8 | BordersInactive statesPlaceholder text |
| 400 | C857 #C857F4 | Disabled statesSecondary iconsMuted text |
| 500 | B827 #B827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0D #9B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B0B #7B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5808 #580878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3805 #38054D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FAF1FE;
--snow-100: #F4DDFD;
--snow-200: #EAC1FB;
--snow-300: #DB91F8;
--snow-400: #C857F4;
--snow-500: #B827F1;
--snow-600: #9B0DD3;
--snow-700: #7B0BA8;
--snow-800: #580878;
--snow-900: #38054D;
--snow-950: #230330;
}