Snow
#FEF0FB
PinkColor Codes
All color formats for development
HEX
#FEF0FBRGB
rgb(254, 240, 251)HSL
hsl(313, 88%, 97%)OKLCH
oklch(0.969 0.021 332.9)CMYK
cmyk(0%, 6%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2EF
2#F894E2
3#F565D6
4#F237CA
5#E90FB9
6#BA0C94
7#8C096F
8#5D064A
9#2F0325
Tints
Lighter variations
1#FEF2FC
2#FEF3FC
3#FEF5FC
4#FEF6FD
5#FFF8FD
6#FFF9FD
7#FFFBFE
8#FFFCFE
9#FFFEFF
Tones
Muted variations
1#FDF1FB
2#FDF2FA
3#FCF3FA
4#FBF3FA
5#FBF4F9
6#FAF5F9
7#F9F5F8
8#F9F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891E2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457D2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1FB;
--snow-100: #FDDDF6;
--snow-200: #FBC1EE;
--snow-300: #F891E2;
--snow-400: #F457D2;
--snow-500: #F127C5;
--snow-600: #D30DA8;
--snow-700: #A80B86;
--snow-800: #780860;
--snow-900: #4D053D;
--snow-950: #300326;
}