White
#F1FEFC
CyanColor Codes
All color formats for development
HEX
#F1FEFCRGB
rgb(241, 254, 252)HSL
hsl(171, 87%, 97%)OKLCH
oklch(0.987 0.014 186)CMYK
cmyk(5%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBF2
2#94F8E9
3#66F4DF
4#38F1D5
5#10E7C7
6#0DB99F
7#0A8B77
8#065D50
9#032E28
Tints
Lighter variations
1#F2FEFC
2#F4FEFD
3#F5FEFD
4#F6FEFD
5#F8FFFE
6#F9FFFE
7#FBFFFE
8#FCFFFE
9#FEFFFF
Tones
Muted variations
1#F1FDFC
2#F2FDFB
3#F3FCFB
4#F3FBFA
5#F4FBFA
6#F5FAF9
7#F5F9F9
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E8 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3DC | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFC;
--white-100: #DEFDF8;
--white-200: #C1FBF2;
--white-300: #91F7E8;
--white-400: #58F3DC;
--white-500: #28F0D2;
--white-600: #0FD2B5;
--white-700: #0CA790;
--white-800: #087767;
--white-900: #054C42;
--white-950: #033029;
}