White
#F0FFFD
CyanColor Codes
All color formats for development
HEX
#F0FFFDRGB
rgb(240, 255, 253)HSL
hsl(172, 100%, 97%)OKLCH
oklch(0.988 0.016 187.3)CMYK
cmyk(6%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFFF6
2#8DFFF0
3#5BFFE9
4#2AFFE3
5#00F7D6
6#00C6AB
7#009481
8#006356
9#00312B
Tints
Lighter variations
1#F1FFFD
2#F3FFFD
3#F4FFFE
4#F6FFFE
5#F7FFFE
6#F9FFFE
7#FAFFFE
8#FCFFFF
9#FDFFFF
Tones
Muted variations
1#F0FEFC
2#F1FDFC
3#F2FDFB
4#F3FCFB
5#F4FBFA
6#F4FAFA
7#F5FAF9
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005247 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FFFD;
--white-100: #DBFFFA;
--white-200: #BDFFF6;
--white-300: #8AFFEF;
--white-400: #4DFFE7;
--white-500: #1AFFE0;
--white-600: #00E0C2;
--white-700: #00B39B;
--white-800: #00806F;
--white-900: #005247;
--white-950: #00332C;
}