Snow

#FEF0F0

Red

Color Codes

All color formats for development

HEX
#FEF0F0
RGB
rgb(254, 240, 240)
HSL
hsl(0, 88%, 97%)
OKLCH
oklch(0.966 0.015 17.4)
CMYK
cmyk(0%, 6%, 6%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.94: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#FBC2C2
2#F89494
3#F56565
4#F23737
5#E90F0F
6#BA0C0C
7#8C0909
8#5D0606
9#2F0303

Tints

Lighter variations

1#FEF2F2
2#FEF3F3
3#FEF5F5
4#FEF6F6
5#FFF8F8
6#FFF9F9
7#FFFBFB
8#FFFCFC
9#FFFEFE

Tones

Muted variations

1#FDF1F1
2#FDF2F2
3#FCF3F3
4#FBF3F3
5#FBF4F4
6#FAF5F5
7#F9F5F5
8#F9F6F6
9#F8F7F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDD
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C1
Secondary backgroundsInput backgroundsDividers
300
F891
#F89191
BordersInactive statesPlaceholder text
400
F457
#F45757
Disabled statesSecondary iconsMuted text
500
F127
#F12727
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D0D
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B0B
Active/pressed statesDark mode accentsSecondary text
800
7808
#780808
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0505
Primary textHigh emphasis contentDark headings
950
3003
#300303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #FEF1F1;
  --snow-100: #FDDDDD;
  --snow-200: #FBC1C1;
  --snow-300: #F89191;
  --snow-400: #F45757;
  --snow-500: #F12727;
  --snow-600: #D30D0D;
  --snow-700: #A80B0B;
  --snow-800: #780808;
  --snow-900: #4D0505;
  --snow-950: #300303;
}
Generate More ShadesCreate PaletteConvert Color