White

#F1FDFC

Cyan

Color Codes

All color formats for development

HEX
#F1FDFC
RGB
rgb(241, 253, 252)
HSL
hsl(175, 75%, 97%)
OKLCH
oklch(0.985 0.013 191)
CMYK
cmyk(5%, 0%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.04:1

AA AAA

On Black Background

20.20: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#C6F7F3
2#9BF1EA
3#70EBE0
4#44E4D7
5#1FD8C9
6#19ADA1
7#138279
8#0C5750
9#062B28

Tints

Lighter variations

1#F3FDFC
2#F4FDFD
3#F6FEFD
4#F7FEFD
5#F8FEFE
6#FAFEFE
7#FBFEFE
8#FCFFFE
9#FEFFFF

Tones

Muted variations

1#F2FDFC
2#F3FCFB
3#F3FBFB
4#F4FBFA
5#F4FAFA
6#F5FAF9
7#F6F9F9
8#F6F8F8
9#F7F8F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF8
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F3
Secondary backgroundsInput backgroundsDividers
300
98F0
#98F0E9
BordersInactive statesPlaceholder text
400
63E9
#63E9DE
Disabled statesSecondary iconsMuted text
500
36E2
#36E2D4
Primary brand colorCTAsActive elementsLinks
600
1CC4
#1CC4B6
Hover statesFocus ringsPrimary buttons hover
700
169C
#169C91
Active/pressed statesDark mode accentsSecondary text
800
1070
#107068
Text on light backgroundsHeadingsStrong borders
900
0A47
#0A4742
Primary textHigh emphasis contentDark headings
950
062D
#062D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --white-50: #F2FDFC;
  --white-100: #E0FBF8;
  --white-200: #C5F7F3;
  --white-300: #98F0E9;
  --white-400: #63E9DE;
  --white-500: #36E2D4;
  --white-600: #1CC4B6;
  --white-700: #169C91;
  --white-800: #107068;
  --white-900: #0A4742;
  --white-950: #062D29;
}
Generate More ShadesCreate PaletteConvert Color