Snow
#FCF2FD
PinkColor Codes
All color formats for development
HEX
#FCF2FDRGB
rgb(252, 242, 253)HSL
hsl(295, 73%, 97%)OKLCH
oklch(0.972 0.018 323)CMYK
cmyk(0%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C7F6
2#E99CF0
3#DF71E9
4#D547E2
5#C721D6
6#9F1BAB
7#771480
8#500D56
9#28072B
Tints
Lighter variations
1#FCF3FD
2#FDF4FD
3#FDF6FE
4#FDF7FE
5#FEF8FE
6#FEFAFE
7#FEFBFE
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FCF2FC
2#FBF3FC
3#FBF3FB
4#FAF4FB
5#FAF5FA
6#F9F5FA
7#F9F6F9
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8E0 #F8E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C6 #F2C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | E89A #E89AEF | BordersInactive statesPlaceholder text |
| 400 | DC65 #DC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | D238 #D238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41E #B41EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9018 #90189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6711 #67116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 420B #420B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2907 #29072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FCF2FD;
--snow-100: #F8E0FA;
--snow-200: #F2C6F6;
--snow-300: #E89AEF;
--snow-400: #DC65E7;
--snow-500: #D238E0;
--snow-600: #B41EC2;
--snow-700: #90189A;
--snow-800: #67116E;
--snow-900: #420B47;
--snow-950: #29072C;
}