Snow

#FEF0F2

Red

Color Codes

All color formats for development

HEX
#FEF0F2
RGB
rgb(254, 240, 242)
HSL
hsl(351, 88%, 97%)
OKLCH
oklch(0.967 0.015 7.5)
CMYK
cmyk(0%, 6%, 5%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#FBC2CB
2#F894A3
3#F5657B
4#F23753
5#E90F2F
6#BA0C26
7#8C091C
8#5D0613
9#2F0309

Tints

Lighter variations

1#FEF2F4
2#FEF3F5
3#FEF5F6
4#FEF6F8
5#FFF8F9
6#FFF9FA
7#FFFBFB
8#FFFCFD
9#FFFEFE

Tones

Muted variations

1#FDF1F3
2#FDF2F4
3#FCF3F4
4#FBF3F5
5#FBF4F5
6#FAF5F5
7#F9F5F6
8#F9F6F6
9#F8F7F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C9
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A0
BordersInactive statesPlaceholder text
400
F457
#F4576F
Disabled statesSecondary iconsMuted text
500
F127
#F12746
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D2B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B22
Active/pressed statesDark mode accentsSecondary text
800
7808
#780818
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0510
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #FEF1F3;
  --snow-100: #FDDDE2;
  --snow-200: #FBC1C9;
  --snow-300: #F891A0;
  --snow-400: #F4576F;
  --snow-500: #F12746;
  --snow-600: #D30D2B;
  --snow-700: #A80B22;
  --snow-800: #780818;
  --snow-900: #4D0510;
  --snow-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color