Snow

#F4F0FF

Purple

Color Codes

All color formats for development

HEX
#F4F0FF
RGB
rgb(244, 240, 255)
HSL
hsl(256, 100%, 97%)
OKLCH
oklch(0.963 0.02 298.2)
CMYK
cmyk(4%, 6%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.12:1

AA AAA

On Black Background

18.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DB
200
#CEBD
300
#A98A
400
#7C4D
500
#571A
600
#3C00
700
#3000
800
#2200
900
#1600
950
#0E00

Shades

Darker variations

1#D0BEFF
2#AB8DFF
3#875BFF
4#632AFF
5#4200F7
6#3500C6
7#280094
8#1A0063
9#0D0031

Tints

Lighter variations

1#F5F1FF
2#F6F3FF
3#F7F4FF
4#F8F6FF
5#F9F7FF
6#FBF9FF
7#FCFAFF
8#FDFCFF
9#FEFDFF

Tones

Muted variations

1#F4F0FE
2#F4F1FD
3#F5F2FD
4#F5F3FC
5#F6F4FB
6#F6F4FA
7#F6F5FA
8#F7F6F9
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E5DB
#E5DBFF
Light backgroundsTable row hoverSkeleton loading
200
CEBD
#CEBDFF
Secondary backgroundsInput backgroundsDividers
300
A98A
#A98AFF
BordersInactive statesPlaceholder text
400
7C4D
#7C4DFF
Disabled statesSecondary iconsMuted text
500
571A
#571AFF
Primary brand colorCTAsActive elementsLinks
600
3C00
#3C00E0
Hover statesFocus ringsPrimary buttons hover
700
3000
#3000B3
Active/pressed statesDark mode accentsSecondary text
800
2200
#220080
Text on light backgroundsHeadingsStrong borders
900
1600
#160052
Primary textHigh emphasis contentDark headings
950
0E00
#0E0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F4F0FF;
  --snow-100: #E5DBFF;
  --snow-200: #CEBDFF;
  --snow-300: #A98AFF;
  --snow-400: #7C4DFF;
  --snow-500: #571AFF;
  --snow-600: #3C00E0;
  --snow-700: #3000B3;
  --snow-800: #220080;
  --snow-900: #160052;
  --snow-950: #0E0033;
}
Generate More ShadesCreate PaletteConvert Color