Snow
#FBF2FD
PinkColor Codes
All color formats for development
HEX
#FBF2FDRGB
rgb(251, 242, 253)HSL
hsl(289, 73%, 97%)OKLCH
oklch(0.971 0.017 320.1)CMYK
cmyk(1%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEC7F6
2#E09CF0
3#D371E9
4#C647E2
5#B521D6
6#911BAB
7#6D1480
8#480D56
9#24072B
Tints
Lighter variations
1#FBF3FD
2#FCF4FD
3#FCF6FE
4#FDF7FE
5#FDF8FE
6#FDFAFE
7#FEFBFE
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FBF2FC
2#FAF3FC
3#FAF3FB
4#F9F4FB
5#F9F5FA
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 | F5E0 #F5E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC6 #EDC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF9A #DF9AEF | BordersInactive statesPlaceholder text |
| 400 | CF65 #CF65E7 | Disabled statesSecondary iconsMuted text |
| 500 | C138 #C138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | A41E #A41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8318 #83189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D11 #5D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C0B #3C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2507 #25072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FBF2FD;
--snow-100: #F5E0FA;
--snow-200: #EDC6F6;
--snow-300: #DF9AEF;
--snow-400: #CF65E7;
--snow-500: #C138E0;
--snow-600: #A41EC2;
--snow-700: #83189A;
--snow-800: #5D116E;
--snow-900: #3C0B47;
--snow-950: #25072C;
}