Snow
#FEF0F5
PinkColor Codes
All color formats for development
HEX
#FEF0F5RGB
rgb(254, 240, 245)HSL
hsl(339, 88%, 97%)OKLCH
oklch(0.968 0.016 353.6)CMYK
cmyk(0%, 6%, 4%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FBC2D6
2#F894B7
3#F56598
4#F23778
5#E90F5B
6#BA0C49
7#8C0937
8#5D0624
9#2F0312
Tints
Lighter variations
1#FEF2F6
2#FEF3F7
3#FEF5F8
4#FEF6F9
5#FFF8FA
6#FFF9FB
7#FFFBFC
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF1F6
2#FDF2F6
3#FCF3F6
4#FBF3F6
5#FBF4F6
6#FAF5F7
7#F9F5F7
8#F9F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4578E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1276E | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300313 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FEF1F5;
--snow-100: #FDDDE8;
--snow-200: #FBC1D5;
--snow-300: #F891B5;
--snow-400: #F4578E;
--snow-500: #F1276E;
--snow-600: #D30D53;
--snow-700: #A80B42;
--snow-800: #78082F;
--snow-900: #4D051E;
--snow-950: #300313;
}