White
#F1FCFE
CyanColor Codes
All color formats for development
HEX
#F1FCFERGB
rgb(241, 252, 254)HSL
hsl(189, 87%, 97%)OKLCH
oklch(0.983 0.012 209.8)CMYK
cmyk(5%, 1%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2F2FB
2#94E9F8
3#66DFF4
4#38D5F1
5#10C7E7
6#0D9FB9
7#0A778B
8#06505D
9#03282E
Tints
Lighter variations
1#F2FCFE
2#F4FDFE
3#F5FDFE
4#F6FDFE
5#F8FEFF
6#F9FEFF
7#FBFEFF
8#FCFEFF
9#FEFFFF
Tones
Muted variations
1#F1FCFD
2#F2FBFD
3#F3FBFC
4#F3FAFB
5#F4FAFB
6#F5F9FA
7#F5F9F9
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F7 | BordersInactive statesPlaceholder text |
| 400 | 58DC #58DCF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28D2 #28D2F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FB5 #0FB5D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C90 #0C90A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424C | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FCFE;
--white-100: #DEF8FD;
--white-200: #C1F2FB;
--white-300: #91E8F7;
--white-400: #58DCF3;
--white-500: #28D2F0;
--white-600: #0FB5D2;
--white-700: #0C90A7;
--white-800: #086777;
--white-900: #05424C;
--white-950: #032930;
}