Snow

#FEF0FA

Pink

Color Codes

All color formats for development

HEX
#FEF0FA
RGB
rgb(254, 240, 250)
HSL
hsl(317, 88%, 97%)
OKLCH
oklch(0.969 0.02 335.7)
CMYK
cmyk(0%, 6%, 2%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.06: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#FBC2EB
2#F894DC
3#F565CC
4#F237BD
5#E90FAB
6#BA0C89
7#8C0967
8#5D0644
9#2F0322

Tints

Lighter variations

1#FEF2FB
2#FEF3FB
3#FEF5FC
4#FEF6FC
5#FFF8FD
6#FFF9FD
7#FFFBFE
8#FFFCFE
9#FFFEFF

Tones

Muted variations

1#FDF1FA
2#FDF2FA
3#FCF3F9
4#FBF3F9
5#FBF4F9
6#FAF5F9
7#F9F5F8
8#F9F6F8
9#F8F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1FA
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDF4
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1EA
Secondary backgroundsInput backgroundsDividers
300
F891
#F891DB
BordersInactive statesPlaceholder text
400
F457
#F457C8
Disabled statesSecondary iconsMuted text
500
F127
#F127B8
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D9B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B7B
Active/pressed statesDark mode accentsSecondary text
800
7808
#780858
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0538
Primary textHigh emphasis contentDark headings
950
3003
#300323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #FEF1FA;
  --snow-100: #FDDDF4;
  --snow-200: #FBC1EA;
  --snow-300: #F891DB;
  --snow-400: #F457C8;
  --snow-500: #F127B8;
  --snow-600: #D30D9B;
  --snow-700: #A80B7B;
  --snow-800: #780858;
  --snow-900: #4D0538;
  --snow-950: #300323;
}
Generate More ShadesCreate PaletteConvert Color