Snow
#FBF0FE
PinkColor Codes
All color formats for development
HEX
#FBF0FERGB
rgb(251, 240, 254)HSL
hsl(287, 88%, 97%)OKLCH
oklch(0.968 0.022 319)CMYK
cmyk(1%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFC2FB
2#E294F8
3#D665F5
4#CA37F2
5#B90FE9
6#940CBA
7#6F098C
8#4A065D
9#25032F
Tints
Lighter variations
1#FCF2FE
2#FCF3FE
3#FCF5FE
4#FDF6FE
5#FDF8FF
6#FDF9FF
7#FEFBFF
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FBF1FD
2#FAF2FD
3#FAF3FC
4#FAF3FB
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 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FBF1FE;
--snow-100: #F6DDFD;
--snow-200: #EEC1FB;
--snow-300: #E291F8;
--snow-400: #D257F4;
--snow-500: #C527F1;
--snow-600: #A80DD3;
--snow-700: #860BA8;
--snow-800: #600878;
--snow-900: #3D054D;
--snow-950: #260330;
}