White
#F0FFFA
GreenColor Codes
All color formats for development
HEX
#F0FFFARGB
rgb(240, 255, 250)HSL
hsl(160, 100%, 97%)OKLCH
oklch(0.988 0.017 174.1)CMYK
cmyk(6%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFFE9
2#8DFFD9
3#5BFFC8
4#2AFFB8
5#00F7A5
6#00C684
7#009463
8#006342
9#003121
Tints
Lighter variations
1#F1FFFA
2#F3FFFB
3#F4FFFB
4#F6FFFC
5#F7FFFC
6#F9FFFD
7#FAFFFD
8#FCFFFE
9#FDFFFE
Tones
Muted variations
1#F0FEFA
2#F1FDF9
3#F2FDF9
4#F3FCF9
5#F4FBF9
6#F4FAF8
7#F5FAF8
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FFFA;
--white-100: #DBFFF3;
--white-200: #BDFFE9;
--white-300: #8AFFD8;
--white-400: #4DFFC3;
--white-500: #1AFFB2;
--white-600: #00E096;
--white-700: #00B377;
--white-800: #008055;
--white-900: #005236;
--white-950: #003322;
}