Snow
#FBF1FD
PinkColor Codes
All color formats for development
HEX
#FBF1FDRGB
rgb(251, 241, 253)HSL
hsl(290, 75%, 97%)OKLCH
oklch(0.969 0.019 320.6)CMYK
cmyk(1%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFC6F7
2#E29BF1
3#D670EB
4#CA44E4
5#BA1FD8
6#9419AD
7#6F1382
8#4A0C57
9#25062B
Tints
Lighter variations
1#FCF3FD
2#FCF4FD
3#FCF6FE
4#FDF7FE
5#FDF8FE
6#FDFAFE
7#FEFBFE
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FBF2FD
2#FAF3FC
3#FAF3FB
4#FAF4FB
5#F9F4FA
6#F9F5FA
7#F8F6F9
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC5 #EEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F0 | BordersInactive statesPlaceholder text |
| 400 | D263 #D263E9 | Disabled statesSecondary iconsMuted text |
| 500 | C636 #C636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A81C #A81CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8616 #86169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6010 #601070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FBF2FD;
--snow-100: #F6E0FB;
--snow-200: #EEC5F7;
--snow-300: #E298F0;
--snow-400: #D263E9;
--snow-500: #C636E2;
--snow-600: #A81CC4;
--snow-700: #86169C;
--snow-800: #601070;
--snow-900: #3D0A47;
--snow-950: #26062D;
}