Snow
#FEF0FE
PinkColor Codes
All color formats for development
HEX
#FEF0FERGB
rgb(254, 240, 254)HSL
hsl(300, 88%, 97%)OKLCH
oklch(0.97 0.024 325.8)CMYK
cmyk(0%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2FB
2#F894F8
3#F565F5
4#F237F2
5#E90FE9
6#BA0CBA
7#8C098C
8#5D065D
9#2F032F
Tints
Lighter variations
1#FEF2FE
2#FEF3FE
3#FEF5FE
4#FEF6FE
5#FFF8FF
6#FFF9FF
7#FFFBFF
8#FFFCFF
9#FFFEFF
Tones
Muted variations
1#FDF1FD
2#FDF2FD
3#FCF3FC
4#FBF3FB
5#FBF4FB
6#FAF5FA
7#F9F5F9
8#F9F6F9
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457F4 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D054D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1FE;
--snow-100: #FDDDFD;
--snow-200: #FBC1FB;
--snow-300: #F891F8;
--snow-400: #F457F4;
--snow-500: #F127F1;
--snow-600: #D30DD3;
--snow-700: #A80BA8;
--snow-800: #780878;
--snow-900: #4D054D;
--snow-950: #300330;
}