Snow

#FDF3F1

Red

Color Codes

All color formats for development

HEX
#FDF3F1
RGB
rgb(253, 243, 241)
HSL
hsl(10, 75%, 97%)
OKLCH
oklch(0.971 0.011 31.1)
CMYK
cmyk(0%, 4%, 5%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE4
200
#F7CD
300
#F0A7
400
#E979
500
#E253
600
#C438
700
#9C2D
800
#7020
900
#4714
950
#2D0D

Shades

Darker variations

1#F7CEC6
2#F1A99B
3#EB8470
4#E45F44
5#D83E1F
6#AD3119
7#822513
8#57190C
9#2B0C06

Tints

Lighter variations

1#FDF5F3
2#FDF6F4
3#FEF7F6
4#FEF8F7
5#FEF9F8
6#FEFAFA
7#FEFCFB
8#FFFDFC
9#FFFEFE

Tones

Muted variations

1#FDF4F2
2#FCF4F3
3#FBF5F3
4#FBF5F4
5#FAF5F4
6#FAF6F5
7#F9F6F6
8#F8F7F6
9#F8F7F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE4
#FBE4E0
Light backgroundsTable row hoverSkeleton loading
200
F7CD
#F7CDC5
Secondary backgroundsInput backgroundsDividers
300
F0A7
#F0A798
BordersInactive statesPlaceholder text
400
E979
#E97963
Disabled statesSecondary iconsMuted text
500
E253
#E25336
Primary brand colorCTAsActive elementsLinks
600
C438
#C4381C
Hover statesFocus ringsPrimary buttons hover
700
9C2D
#9C2D16
Active/pressed statesDark mode accentsSecondary text
800
7020
#702010
Text on light backgroundsHeadingsStrong borders
900
4714
#47140A
Primary textHigh emphasis contentDark headings
950
2D0D
#2D0D06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #FDF4F2;
  --snow-100: #FBE4E0;
  --snow-200: #F7CDC5;
  --snow-300: #F0A798;
  --snow-400: #E97963;
  --snow-500: #E25336;
  --snow-600: #C4381C;
  --snow-700: #9C2D16;
  --snow-800: #702010;
  --snow-900: #47140A;
  --snow-950: #2D0D06;
}
Generate More ShadesCreate PaletteConvert Color