Snow
#FDF0FE
PinkColor Codes
All color formats for development
HEX
#FDF0FERGB
rgb(253, 240, 254)HSL
hsl(296, 88%, 97%)OKLCH
oklch(0.969 0.023 323.6)CMYK
cmyk(0%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C2FB
2#F194F8
3#EC65F5
4#E637F2
5#DA0FE9
6#AE0CBA
7#83098C
8#57065D
9#2C032F
Tints
Lighter variations
1#FDF2FE
2#FEF3FE
3#FEF5FE
4#FEF6FE
5#FEF8FF
6#FEF9FF
7#FEFBFF
8#FFFCFF
9#FFFEFF
Tones
Muted variations
1#FDF1FD
2#FCF2FD
3#FBF3FC
4#FBF3FB
5#FAF4FB
6#FAF5FA
7#F9F5F9
8#F9F6F9
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C1 #F7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F191 #F191F8 | BordersInactive statesPlaceholder text |
| 400 | EA57 #EA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | E427 #E427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C60D #C60DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D0B #9D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7008 #700878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4805 #48054D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF1FE;
--snow-100: #FBDDFD;
--snow-200: #F7C1FB;
--snow-300: #F191F8;
--snow-400: #EA57F4;
--snow-500: #E427F1;
--snow-600: #C60DD3;
--snow-700: #9D0BA8;
--snow-800: #700878;
--snow-900: #48054D;
--snow-950: #2D0330;
}