Snow
#FEF1FE
PinkColor Codes
All color formats for development
HEX
#FEF1FERGB
rgb(254, 241, 254)HSL
hsl(300, 87%, 97%)OKLCH
oklch(0.972 0.022 325.7)CMYK
cmyk(0%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2FB
2#F894F8
3#F466F4
4#F138F1
5#E710E7
6#B90DB9
7#8B0A8B
8#5D065D
9#2E032E
Tints
Lighter variations
1#FEF2FE
2#FEF4FE
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 | FDDE #FDDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791F7 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358F3 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C054C | 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: #FDDEFD;
--snow-200: #FBC1FB;
--snow-300: #F791F7;
--snow-400: #F358F3;
--snow-500: #F028F0;
--snow-600: #D20FD2;
--snow-700: #A70CA7;
--snow-800: #770877;
--snow-900: #4C054C;
--snow-950: #300330;
}