Snow
#FEF0F6
PinkColor Codes
All color formats for development
HEX
#FEF0F6RGB
rgb(254, 240, 246)HSL
hsl(334, 88%, 97%)OKLCH
oklch(0.968 0.017 349.5)CMYK
cmyk(0%, 6%, 3%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2DB
2#F894BF
3#F565A4
4#F23788
5#E90F6D
6#BA0C57
7#8C0941
8#5D062C
9#2F0316
Tints
Lighter variations
1#FEF2F7
2#FEF3F8
3#FEF5F9
4#FEF6FA
5#FFF8FB
6#FFF9FC
7#FFFBFC
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF1F7
2#FDF2F7
3#FCF3F7
4#FBF3F7
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 | FDDD #FDDDEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BD | BordersInactive statesPlaceholder text |
| 400 | F457 #F4579B | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1277F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0524 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300317 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F6;
--snow-100: #FDDDEB;
--snow-200: #FBC1DA;
--snow-300: #F891BD;
--snow-400: #F4579B;
--snow-500: #F1277F;
--snow-600: #D30D63;
--snow-700: #A80B4F;
--snow-800: #780838;
--snow-900: #4D0524;
--snow-950: #300317;
}