White
#F2FDFC
CyanColor Codes
All color formats for development
HEX
#F2FDFCRGB
rgb(242, 253, 252)HSL
hsl(175, 73%, 97%)OKLCH
oklch(0.986 0.012 190.5)CMYK
cmyk(4%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7F6F2
2#9CF0E9
3#71E9DF
4#47E2D5
5#21D6C7
6#1BAB9F
7#148077
8#0D5650
9#072B28
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#F2FCFC
2#F3FCFB
3#F3FBFB
4#F4FBFA
5#F5FAFA
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 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F2FDFC;
--white-100: #E0FAF8;
--white-200: #C6F6F2;
--white-300: #9AEFE8;
--white-400: #65E7DC;
--white-500: #38E0D2;
--white-600: #1EC2B4;
--white-700: #189A90;
--white-800: #116E67;
--white-900: #0B4742;
--white-950: #072C29;
}