Snow
#FEF0FD
PinkColor Codes
All color formats for development
HEX
#FEF0FDRGB
rgb(254, 240, 253)HSL
hsl(304, 88%, 97%)OKLCH
oklch(0.97 0.023 327.9)CMYK
cmyk(0%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2F7
2#F894F1
3#F565EC
4#F237E6
5#E90FDA
6#BA0CAE
7#8C0983
8#5D0657
9#2F032C
Tints
Lighter variations
1#FEF2FD
2#FEF3FE
3#FEF5FE
4#FEF6FE
5#FFF8FE
6#FFF9FE
7#FFFBFE
8#FFFCFF
9#FFFEFF
Tones
Muted variations
1#FDF1FD
2#FDF2FC
3#FCF3FB
4#FBF3FB
5#FBF4FA
6#FAF5FA
7#F9F5F9
8#F9F6F9
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457EA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0548 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1FD;
--snow-100: #FDDDFB;
--snow-200: #FBC1F7;
--snow-300: #F891F1;
--snow-400: #F457EA;
--snow-500: #F127E4;
--snow-600: #D30DC6;
--snow-700: #A80B9D;
--snow-800: #780870;
--snow-900: #4D0548;
--snow-950: #30032D;
}