White
#F0FFFB
GreenColor Codes
All color formats for development
HEX
#F0FFFBRGB
rgb(240, 255, 251)HSL
hsl(164, 100%, 97%)OKLCH
oklch(0.988 0.017 178.3)CMYK
cmyk(6%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFFEE
2#8DFFE1
3#5BFFD3
4#2AFFC6
5#00F7B5
6#00C691
7#00946D
8#006349
9#003124
Tints
Lighter variations
1#F1FFFB
2#F3FFFC
3#F4FFFC
4#F6FFFD
5#F7FFFD
6#F9FFFD
7#FAFFFE
8#FCFFFE
9#FDFFFF
Tones
Muted variations
1#F0FEFB
2#F1FDFA
3#F2FDFA
4#F3FCF9
5#F4FBF9
6#F4FAF9
7#F5FAF8
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FFFB;
--white-100: #DBFFF5;
--white-200: #BDFFED;
--white-300: #8AFFE0;
--white-400: #4DFFCF;
--white-500: #1AFFC2;
--white-600: #00E0A5;
--white-700: #00B383;
--white-800: #00805E;
--white-900: #00523C;
--white-950: #003325;
}