White
#F1FEFE
CyanColor Codes
All color formats for development
HEX
#F1FEFERGB
rgb(241, 254, 254)HSL
hsl(180, 87%, 97%)OKLCH
oklch(0.987 0.014 196.9)CMYK
cmyk(5%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBFB
2#94F8F8
3#66F4F4
4#38F1F1
5#10E7E7
6#0DB9B9
7#0A8B8B
8#065D5D
9#032E2E
Tints
Lighter variations
1#F2FEFE
2#F4FEFE
3#F5FEFE
4#F6FEFE
5#F8FFFF
6#F9FFFF
7#FBFFFF
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F1FDFD
2#F2FDFD
3#F3FCFC
4#F3FBFB
5#F4FBFB
6#F5FAFA
7#F5F9F9
8#F6F9F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7F7 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA7A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFE;
--white-100: #DEFDFD;
--white-200: #C1FBFB;
--white-300: #91F7F7;
--white-400: #58F3F3;
--white-500: #28F0F0;
--white-600: #0FD2D2;
--white-700: #0CA7A7;
--white-800: #087777;
--white-900: #054C4C;
--white-950: #033030;
}