White
#F1FCFD
CyanColor Codes
All color formats for development
HEX
#F1FCFDRGB
rgb(241, 252, 253)HSL
hsl(185, 75%, 97%)OKLCH
oklch(0.983 0.012 203.5)CMYK
cmyk(5%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6F3F7
2#9BEAF1
3#70E0EB
4#44D7E4
5#1FC9D8
6#19A1AD
7#137982
8#0C5057
9#06282B
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#F2FCFD
2#F3FBFC
3#F3FBFB
4#F4FAFB
5#F4FAFA
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 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F2FCFD;
--white-100: #E0F8FB;
--white-200: #C5F3F7;
--white-300: #98E9F0;
--white-400: #63DEE9;
--white-500: #36D4E2;
--white-600: #1CB6C4;
--white-700: #16919C;
--white-800: #106870;
--white-900: #0A4247;
--white-950: #06292D;
}