Snow

#F5F9F9

Cyan

Color Codes

All color formats for development

HEX
#F5F9F9
RGB
rgb(245, 249, 249)
HSL
hsl(180, 25%, 97%)
OKLCH
oklch(0.979 0.004 197.1)
CMYK
cmyk(2%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.06:1

AA AAA

On Black Background

19.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E9F2
200
#D6E6
300
#B6D3
400
#8FBC
500
#70A9
600
#548C
700
#4370
800
#3050
900
#1F33
950
#1320

Shades

Darker variations

1#D7E7E7
2#B8D4D4
3#99C2C2
4#7AAFAF
5#5D9B9B
6#4A7C7C
7#385D5D
8#253E3E
9#131F1F

Tints

Lighter variations

1#F6FAFA
2#F7FAFA
3#F8FBFB
4#F9FCFC
5#FAFCFC
6#FBFDFD
7#FCFDFD
8#FDFEFE
9#FEFEFE

Tones

Muted variations

1#F6F9F9
2#F6F9F9
3#F6F9F9
4#F6F8F8
5#F6F8F8
6#F7F8F8
7#F7F8F8
8#F7F8F8
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9F9
BackgroundsSubtle highlightsCard backgrounds
100
E9F2
#E9F2F2
Light backgroundsTable row hoverSkeleton loading
200
D6E6
#D6E6E6
Secondary backgroundsInput backgroundsDividers
300
B6D3
#B6D3D3
BordersInactive statesPlaceholder text
400
8FBC
#8FBCBC
Disabled statesSecondary iconsMuted text
500
70A9
#70A9A9
Primary brand colorCTAsActive elementsLinks
600
548C
#548C8C
Hover statesFocus ringsPrimary buttons hover
700
4370
#437070
Active/pressed statesDark mode accentsSecondary text
800
3050
#305050
Text on light backgroundsHeadingsStrong borders
900
1F33
#1F3333
Primary textHigh emphasis contentDark headings
950
1320
#132020
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F5F9F9;
  --snow-100: #E9F2F2;
  --snow-200: #D6E6E6;
  --snow-300: #B6D3D3;
  --snow-400: #8FBCBC;
  --snow-500: #70A9A9;
  --snow-600: #548C8C;
  --snow-700: #437070;
  --snow-800: #305050;
  --snow-900: #1F3333;
  --snow-950: #132020;
}
Generate More ShadesCreate PaletteConvert Color