Snow

#F3FAFB

Cyan

Color Codes

All color formats for development

HEX
#F3FAFB
RGB
rgb(243, 250, 251)
HSL
hsl(187, 50%, 97%)
OKLCH
oklch(0.98 0.008 207.1)
CMYK
cmyk(3%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.06:1

AA AAA

On Black Background

19.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E4F4
200
#CDEB
300
#A7DB
400
#79C8
500
#53B8
600
#389B
700
#2D7B
800
#2058
900
#1438
950
#0D23

Shades

Darker variations

1#CEEBEF
2#A9DCE2
3#84CDD6
4#5FBDCA
5#3EABBA
6#318994
7#25676F
8#19444A
9#0C2225

Tints

Lighter variations

1#F5FBFC
2#F6FBFC
3#F7FCFC
4#F8FCFD
5#F9FDFD
6#FAFDFD
7#FCFEFE
8#FDFEFE
9#FEFFFF

Tones

Muted variations

1#F4FAFB
2#F4FAFA
3#F5F9FA
4#F5F9FA
5#F5F9F9
6#F6F9F9
7#F6F8F8
8#F7F8F8
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F4
#E4F4F6
Light backgroundsTable row hoverSkeleton loading
200
CDEB
#CDEBEE
Secondary backgroundsInput backgroundsDividers
300
A7DB
#A7DBE2
BordersInactive statesPlaceholder text
400
79C8
#79C8D2
Disabled statesSecondary iconsMuted text
500
53B8
#53B8C6
Primary brand colorCTAsActive elementsLinks
600
389B
#389BA8
Hover statesFocus ringsPrimary buttons hover
700
2D7B
#2D7B86
Active/pressed statesDark mode accentsSecondary text
800
2058
#205860
Text on light backgroundsHeadingsStrong borders
900
1438
#14383D
Primary textHigh emphasis contentDark headings
950
0D23
#0D2326
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F4FAFB;
  --snow-100: #E4F4F6;
  --snow-200: #CDEBEE;
  --snow-300: #A7DBE2;
  --snow-400: #79C8D2;
  --snow-500: #53B8C6;
  --snow-600: #389BA8;
  --snow-700: #2D7B86;
  --snow-800: #205860;
  --snow-900: #14383D;
  --snow-950: #0D2326;
}
Generate More ShadesCreate PaletteConvert Color