White
#F0FDFE
CyanColor Codes
All color formats for development
HEX
#F0FDFERGB
rgb(240, 253, 254)HSL
hsl(184, 88%, 97%)OKLCH
oklch(0.985 0.014 202.5)CMYK
cmyk(6%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2F7FB
2#94F1F8
3#65ECF5
4#37E6F2
5#0FDAE9
6#0CAEBA
7#09838C
8#06575D
9#032C2F
Tints
Lighter variations
1#F2FDFE
2#F3FEFE
3#F5FEFE
4#F6FEFE
5#F8FEFF
6#F9FEFF
7#FBFEFF
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F1FDFD
2#F2FCFD
3#F3FBFC
4#F3FBFB
5#F4FAFB
6#F5FAFA
7#F5F9F9
8#F6F9F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FDFE;
--white-100: #DDFBFD;
--white-200: #C1F7FB;
--white-300: #91F1F8;
--white-400: #57EAF4;
--white-500: #27E4F1;
--white-600: #0DC6D3;
--white-700: #0B9DA8;
--white-800: #087078;
--white-900: #05484D;
--white-950: #032D30;
}