White
#F1FEFD
CyanColor Codes
All color formats for development
HEX
#F1FEFDRGB
rgb(241, 254, 253)HSL
hsl(175, 87%, 97%)OKLCH
oklch(0.987 0.014 191.4)CMYK
cmyk(5%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBF6
2#94F8EF
3#66F4E8
4#38F1E2
5#10E7D5
6#0DB9AB
7#0A8B80
8#065D55
9#032E2B
Tints
Lighter variations
1#F2FEFD
2#F4FEFD
3#F5FEFE
4#F6FEFE
5#F8FFFE
6#F9FFFE
7#FBFFFE
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F1FDFC
2#F2FDFC
3#F3FCFB
4#F3FBFB
5#F4FBFA
6#F5FAFA
7#F5F9F9
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7EF | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA79A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08776E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFD;
--white-100: #DEFDFA;
--white-200: #C1FBF6;
--white-300: #91F7EF;
--white-400: #58F3E6;
--white-500: #28F0DF;
--white-600: #0FD2C2;
--white-700: #0CA79A;
--white-800: #08776E;
--white-900: #054C46;
--white-950: #03302C;
}