Snow

#F3FCF5

Green

Color Codes

All color formats for development

HEX
#F3FCF5
RGB
rgb(243, 252, 245)
HSL
hsl(133, 60%, 97%)
OKLCH
oklch(0.982 0.013 152.6)
CMYK
cmyk(4%, 0%, 3%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.05:1

AA AAA

On Black Background

20.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#70DB
500
#47D1
600
#2DB4
700
#248F
800
#1A66
900
#1041
950
#0A29

Shades

Darker variations

1#CBF2D4
2#A4E8B2
3#7CDE91
4#54D470
5#31C652
6#289E41
7#1E7731
8#144F21
9#0A2810

Tints

Lighter variations

1#F4FCF6
2#F5FDF7
3#F6FDF8
4#F8FDF9
5#F9FDFA
6#FAFEFB
7#FBFEFC
8#FDFEFD
9#FEFFFE

Tones

Muted variations

1#F3FBF5
2#F4FBF5
3#F4FBF6
4#F5FAF6
5#F5FAF6
6#F6F9F6
7#F6F9F7
8#F6F8F7
9#F7F8F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E7
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2D3
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8B0
BordersInactive statesPlaceholder text
400
70DB
#70DB87
Disabled statesSecondary iconsMuted text
500
47D1
#47D165
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB44A
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F3B
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A662A
Text on light backgroundsHeadingsStrong borders
900
1041
#10411B
Primary textHigh emphasis contentDark headings
950
0A29
#0A2911
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F3FCF5;
  --snow-100: #E2F8E7;
  --snow-200: #CAF2D3;
  --snow-300: #A1E8B0;
  --snow-400: #70DB87;
  --snow-500: #47D165;
  --snow-600: #2DB44A;
  --snow-700: #248F3B;
  --snow-800: #1A662A;
  --snow-900: #10411B;
  --snow-950: #0A2911;
}
Generate More ShadesCreate PaletteConvert Color