White
#F1FEFB
CyanColor Codes
All color formats for development
HEX
#F1FEFBRGB
rgb(241, 254, 251)HSL
hsl(166, 87%, 97%)OKLCH
oklch(0.987 0.014 180.7)CMYK
cmyk(5%, 0%, 1%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBEE
2#94F8E0
3#66F4D3
4#38F1C6
5#10E7B5
6#0DB991
7#0A8B6D
8#065D48
9#032E24
Tints
Lighter variations
1#F2FEFB
2#F4FEFC
3#F5FEFC
4#F6FEFD
5#F8FFFD
6#F9FFFD
7#FBFFFE
8#FCFFFE
9#FEFFFF
Tones
Muted variations
1#F1FDFB
2#F2FDFA
3#F3FCFA
4#F3FBF9
5#F4FBF9
6#F5FAF9
7#F5F9F8
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7E0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFB;
--white-100: #DEFDF5;
--white-200: #C1FBED;
--white-300: #91F7E0;
--white-400: #58F3CF;
--white-500: #28F0C1;
--white-600: #0FD2A4;
--white-700: #0CA783;
--white-800: #08775D;
--white-900: #054C3C;
--white-950: #033025;
}