Snow
#FEF1F6
PinkColor Codes
All color formats for development
HEX
#FEF1F6RGB
rgb(254, 241, 246)HSL
hsl(337, 87%, 97%)OKLCH
oklch(0.97 0.015 352)CMYK
cmyk(0%, 5%, 3%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2D8
2#F894BA
3#F4669D
4#F1387F
5#E71063
6#B90D4F
7#8B0A3B
8#5D0627
9#2E0314
Tints
Lighter variations
1#FEF2F7
2#FEF4F8
3#FEF5F9
4#FEF6F9
5#FFF8FA
6#FFF9FB
7#FFFBFC
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF1F6
2#FDF2F6
3#FCF3F6
4#FBF3F6
5#FBF4F7
6#FAF5F7
7#F9F5F7
8#F9F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791B8 | BordersInactive statesPlaceholder text |
| 400 | F358 #F35894 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02875 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0521 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F6;
--snow-100: #FDDEEA;
--snow-200: #FBC1D7;
--snow-300: #F791B8;
--snow-400: #F35894;
--snow-500: #F02875;
--snow-600: #D20F59;
--snow-700: #A70C47;
--snow-800: #770833;
--snow-900: #4C0521;
--snow-950: #300314;
}