White
#F0FEFE
CyanColor Codes
All color formats for development
HEX
#F0FEFERGB
rgb(240, 254, 254)HSL
hsl(180, 88%, 97%)OKLCH
oklch(0.987 0.015 196.9)CMYK
cmyk(6%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBFB
2#94F8F8
3#65F5F5
4#37F2F2
5#0FE9E9
6#0CBABA
7#098C8C
8#065D5D
9#032F2F
Tints
Lighter variations
1#F2FEFE
2#F3FEFE
3#F5FEFE
4#F6FEFE
5#F8FFFF
6#F9FFFF
7#FBFFFF
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F1FDFD
2#F2FDFD
3#F3FCFC
4#F3FBFB
5#F4FBFB
6#F5FAFA
7#F5F9F9
8#F6F9F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFE;
--white-100: #DDFDFD;
--white-200: #C1FBFB;
--white-300: #91F8F8;
--white-400: #57F4F4;
--white-500: #27F1F1;
--white-600: #0DD3D3;
--white-700: #0BA8A8;
--white-800: #087878;
--white-900: #054D4D;
--white-950: #033030;
}