White
#F0FFFE
CyanColor Codes
All color formats for development
HEX
#F0FFFERGB
rgb(240, 255, 254)HSL
hsl(176, 100%, 97%)OKLCH
oklch(0.989 0.016 192.1)CMYK
cmyk(6%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFFFB
2#8DFFF7
3#5BFFF4
4#2AFFF1
5#00F7E7
6#00C6B9
7#00948B
8#00635C
9#00312E
Tints
Lighter variations
1#F1FFFE
2#F3FFFE
3#F4FFFE
4#F6FFFE
5#F7FFFE
6#F9FFFF
7#FAFFFF
8#FCFFFF
9#FDFFFF
Tones
Muted variations
1#F0FEFD
2#F1FDFD
3#F2FDFC
4#F3FCFB
5#F4FBFB
6#F4FAFA
7#F5FAF9
8#F6F9F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFF7 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B3A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008077 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00524C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FFFE;
--white-100: #DBFFFD;
--white-200: #BDFFFB;
--white-300: #8AFFF7;
--white-400: #4DFFF3;
--white-500: #1AFFF0;
--white-600: #00E0D1;
--white-700: #00B3A7;
--white-800: #008077;
--white-900: #00524C;
--white-950: #003330;
}