Snow
#FBF1FE
PinkColor Codes
All color formats for development
HEX
#FBF1FERGB
rgb(251, 241, 254)HSL
hsl(286, 87%, 97%)OKLCH
oklch(0.97 0.02 318.4)CMYK
cmyk(1%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEC2FB
2#E094F8
3#D366F4
4#C638F1
5#B510E7
6#910DB9
7#6D0A8B
8#48065D
9#24032E
Tints
Lighter variations
1#FBF2FE
2#FCF4FE
3#FCF5FE
4#FDF6FE
5#FDF8FF
6#FDF9FF
7#FEFBFF
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FBF1FD
2#FAF2FD
3#FAF3FC
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 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F7 | BordersInactive statesPlaceholder text |
| 400 | CF58 #CF58F3 | Disabled statesSecondary iconsMuted text |
| 500 | C128 #C128F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A40F #A40FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830C #830CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D08 #5D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054C | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FBF1FE;
--snow-100: #F5DEFD;
--snow-200: #EDC1FB;
--snow-300: #E091F7;
--snow-400: #CF58F3;
--snow-500: #C128F0;
--snow-600: #A40FD2;
--snow-700: #830CA7;
--snow-800: #5D0877;
--snow-900: #3C054C;
--snow-950: #250330;
}