White
#F2FCFD
CyanColor Codes
All color formats for development
HEX
#F2FCFDRGB
rgb(242, 252, 253)HSL
hsl(185, 73%, 97%)OKLCH
oklch(0.984 0.011 204.1)CMYK
cmyk(4%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7F2F6
2#9CE9F0
3#71DFE9
4#47D5E2
5#21C7D6
6#1B9FAB
7#147780
8#0D5056
9#07282B
Tints
Lighter variations
1#F3FCFD
2#F4FDFD
3#F6FDFE
4#F7FDFE
5#F8FEFE
6#FAFEFE
7#FBFEFE
8#FCFEFF
9#FEFFFF
Tones
Muted variations
1#F2FCFC
2#F3FBFC
3#F3FBFB
4#F4FAFB
5#F5FAFA
6#F5F9FA
7#F6F9F9
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F2FCFD;
--white-100: #E0F8FA;
--white-200: #C6F2F6;
--white-300: #9AE8EF;
--white-400: #65DCE7;
--white-500: #38D2E0;
--white-600: #1EB4C2;
--white-700: #18909A;
--white-800: #11676E;
--white-900: #0B4247;
--white-950: #07292C;
}