White
#F0FEFD
CyanColor Codes
All color formats for development
HEX
#F0FEFDRGB
rgb(240, 254, 253)HSL
hsl(176, 88%, 97%)OKLCH
oklch(0.986 0.015 191.8)CMYK
cmyk(6%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBF7
2#94F8F1
3#65F5EC
4#37F2E6
5#0FE9DA
6#0CBAAE
7#098C83
8#065D57
9#032F2C
Tints
Lighter variations
1#F2FEFD
2#F3FEFE
3#F5FEFE
4#F6FEFE
5#F8FFFE
6#F9FFFE
7#FBFFFE
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F1FDFD
2#F2FDFC
3#F3FCFB
4#F3FBFB
5#F4FBFA
6#F5FAFA
7#F5F9F9
8#F6F9F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FEFD;
--white-100: #DDFDFB;
--white-200: #C1FBF7;
--white-300: #91F8F1;
--white-400: #57F4EA;
--white-500: #27F1E4;
--white-600: #0DD3C6;
--white-700: #0BA89D;
--white-800: #087870;
--white-900: #054D48;
--white-950: #03302D;
}