White
#F0FEFB
CyanColor Codes
All color formats for development
HEX
#F0FEFBRGB
rgb(240, 254, 251)HSL
hsl(167, 88%, 97%)OKLCH
oklch(0.986 0.015 181.8)CMYK
cmyk(6%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBEF
2#94F8E2
3#65F5D6
4#37F2CA
5#0FE9B9
6#0CBA94
7#098C6F
8#065D4A
9#032F25
Tints
Lighter variations
1#F2FEFC
2#F3FEFC
3#F5FEFC
4#F6FEFD
5#F8FFFD
6#F9FFFD
7#FBFFFE
8#FCFFFE
9#FEFFFF
Tones
Muted variations
1#F1FDFB
2#F2FDFA
3#F3FCFA
4#F3FBFA
5#F4FBF9
6#F5FAF9
7#F5F9F8
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFB;
--white-100: #DDFDF6;
--white-200: #C1FBEE;
--white-300: #91F8E2;
--white-400: #57F4D2;
--white-500: #27F1C5;
--white-600: #0DD3A8;
--white-700: #0BA886;
--white-800: #087860;
--white-900: #054D3D;
--white-950: #033026;
}