Snow

#F1FDFB

Cyan

Color Codes

All color formats for development

HEX
#F1FDFB
RGB
rgb(241, 253, 251)
HSL
hsl(170, 75%, 97%)
OKLCH
oklch(0.985 0.013 185.1)
CMYK
cmyk(5%, 0%, 1%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.04:1

AA AAA

On Black Background

20.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F0
400
#63E9
500
#36E2
600
#1CC4
700
#169C
800
#1070
900
#0A47
950
#062D

Shades

Darker variations

1#C6F7EF
2#9BF1E2
3#70EBD6
4#44E4CA
5#1FD8BA
6#19AD94
7#13826F
8#0C574A
9#062B25

Tints

Lighter variations

1#F3FDFC
2#F4FDFC
3#F6FEFC
4#F7FEFD
5#F8FEFD
6#FAFEFD
7#FBFEFE
8#FCFFFE
9#FEFFFF

Tones

Muted variations

1#F2FDFB
2#F3FCFA
3#F3FBFA
4#F4FBFA
5#F4FAF9
6#F5FAF9
7#F6F9F8
8#F6F8F8
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF6
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EE
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0E2
BordersInactive statesPlaceholder text
400
63E9
#63E9D2
Disabled statesSecondary iconsMuted text
500
36E2
#36E2C6
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC4A8
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C86
Active/pressed statesDark mode accentsSecondary text
800
1070
#107060
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A473D
Primary textHigh emphasis contentDark headings
950
062D
#062D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F2FDFB;
  --snow-100: #E0FBF6;
  --snow-200: #C5F7EE;
  --snow-300: #98F0E2;
  --snow-400: #63E9D2;
  --snow-500: #36E2C6;
  --snow-600: #1CC4A8;
  --snow-700: #169C86;
  --snow-800: #107060;
  --snow-900: #0A473D;
  --snow-950: #062D26;
}
Generate More ShadesCreate PaletteConvert Color