Snow

#F1FEF8

Green

Color Codes

All color formats for development

HEX
#F1FEF8
RGB
rgb(241, 254, 248)
HSL
hsl(152, 87%, 97%)
OKLCH
oklch(0.986 0.016 166.7)
CMYK
cmyk(5%, 0%, 2%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.04:1

AA AAA

On Black Background

20.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFD
200
#C1FB
300
#91F7
400
#58F3
500
#28F0
600
#0FD2
700
#0CA7
800
#0877
900
#054C
950
#0330

Shades

Darker variations

1#C2FBE0
2#94F8C9
3#66F4B2
4#38F19B
5#10E783
6#0DB969
7#0A8B4F
8#065D34
9#032E1A

Tints

Lighter variations

1#F2FEF9
2#F4FEF9
3#F5FEFA
4#F6FEFB
5#F8FFFB
6#F9FFFC
7#FBFFFD
8#FCFFFE
9#FEFFFE

Tones

Muted variations

1#F1FDF8
2#F2FDF8
3#F3FCF8
4#F3FBF8
5#F4FBF8
6#F5FAF8
7#F5F9F7
8#F6F9F7
9#F7F8F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DEFD
#DEFDEE
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE0
Secondary backgroundsInput backgroundsDividers
300
91F7
#91F7C8
BordersInactive statesPlaceholder text
400
58F3
#58F3AB
Disabled statesSecondary iconsMuted text
500
28F0
#28F093
Primary brand colorCTAsActive elementsLinks
600
0FD2
#0FD277
Hover statesFocus ringsPrimary buttons hover
700
0CA7
#0CA75E
Active/pressed statesDark mode accentsSecondary text
800
0877
#087743
Text on light backgroundsHeadingsStrong borders
900
054C
#054C2B
Primary textHigh emphasis contentDark headings
950
0330
#03301B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F1FEF8;
  --snow-100: #DEFDEE;
  --snow-200: #C1FBE0;
  --snow-300: #91F7C8;
  --snow-400: #58F3AB;
  --snow-500: #28F093;
  --snow-600: #0FD277;
  --snow-700: #0CA75E;
  --snow-800: #087743;
  --snow-900: #054C2B;
  --snow-950: #03301B;
}
Generate More ShadesCreate PaletteConvert Color