White
#F1FDFC
CyanColor Codes
All color formats for development
HEX
#F1FDFCRGB
rgb(241, 253, 252)HSL
hsl(175, 75%, 97%)OKLCH
oklch(0.985 0.013 191)CMYK
cmyk(5%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6F7F3
2#9BF1EA
3#70EBE0
4#44E4D7
5#1FD8C9
6#19ADA1
7#138279
8#0C5750
9#062B28
Tints
Lighter variations
1#F3FDFC
2#F4FDFD
3#F6FEFD
4#F7FEFD
5#F8FEFE
6#FAFEFE
7#FBFEFE
8#FCFFFE
9#FEFFFF
Tones
Muted variations
1#F2FDFC
2#F3FCFB
3#F3FBFB
4#F4FBFA
5#F4FAFA
6#F5FAF9
7#F6F9F9
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F2FDFC;
--white-100: #E0FBF8;
--white-200: #C5F7F3;
--white-300: #98F0E9;
--white-400: #63E9DE;
--white-500: #36E2D4;
--white-600: #1CC4B6;
--white-700: #169C91;
--white-800: #107068;
--white-900: #0A4742;
--white-950: #062D29;
}