White
#F1FDFD
CyanColor Codes
All color formats for development
HEX
#F1FDFDRGB
rgb(241, 253, 253)HSL
hsl(180, 75%, 97%)OKLCH
oklch(0.985 0.013 197)CMYK
cmyk(5%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6F7F7
2#9BF1F1
3#70EBEB
4#44E4E4
5#1FD8D8
6#19ADAD
7#138282
8#0C5757
9#062B2B
Tints
Lighter variations
1#F3FDFD
2#F4FDFD
3#F6FEFE
4#F7FEFE
5#F8FEFE
6#FAFEFE
7#FBFEFE
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F2FDFD
2#F3FCFC
3#F3FBFB
4#F4FBFB
5#F4FAFA
6#F5FAFA
7#F6F9F9
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F2FDFD;
--white-100: #E0FBFB;
--white-200: #C5F7F7;
--white-300: #98F0F0;
--white-400: #63E9E9;
--white-500: #36E2E2;
--white-600: #1CC4C4;
--white-700: #169C9C;
--white-800: #107070;
--white-900: #0A4747;
--white-950: #062D2D;
}