Snow
#FCF0FF
PinkColor Codes
All color formats for development
HEX
#FCF0FFRGB
rgb(252, 240, 255)HSL
hsl(288, 100%, 97%)OKLCH
oklch(0.969 0.024 319.5)CMYK
cmyk(1%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2BEFF
2#E88DFF
3#DE5BFF
4#D42AFF
5#C600F7
6#9E00C6
7#770094
8#4F0063
9#280031
Tints
Lighter variations
1#FCF1FF
2#FDF3FF
3#FDF4FF
4#FDF6FF
5#FDF7FF
6#FEF9FF
7#FEFAFF
8#FEFCFF
9#FFFDFF
Tones
Muted variations
1#FBF0FE
2#FBF1FD
3#FBF2FD
4#FAF3FC
5#FAF4FB
6#F9F4FA
7#F9F5FA
8#F8F6F9
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E88A #E88AFF | BordersInactive statesPlaceholder text |
| 400 | DB4D #DB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D11A #D11AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B400 #B400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F00 #8F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6600 #660080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4100 #410052 | Primary textHigh emphasis contentDark headings |
| 950 | 2900 #290033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FCF0FF;
--snow-100: #F8DBFF;
--snow-200: #F2BDFF;
--snow-300: #E88AFF;
--snow-400: #DB4DFF;
--snow-500: #D11AFF;
--snow-600: #B400E0;
--snow-700: #8F00B3;
--snow-800: #660080;
--snow-900: #410052;
--snow-950: #290033;
}