White
#F1FBFE
CyanColor Codes
All color formats for development
HEX
#F1FBFERGB
rgb(241, 251, 254)HSL
hsl(194, 87%, 97%)OKLCH
oklch(0.981 0.011 217.5)CMYK
cmyk(5%, 1%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2EEFB
2#94E0F8
3#66D3F4
4#38C6F1
5#10B5E7
6#0D91B9
7#0A6D8B
8#06485D
9#03242E
Tints
Lighter variations
1#F2FBFE
2#F4FCFE
3#F5FCFE
4#F6FDFE
5#F8FDFF
6#F9FDFF
7#FBFEFF
8#FCFEFF
9#FEFFFF
Tones
Muted variations
1#F1FBFD
2#F2FAFD
3#F3FAFC
4#F3F9FB
5#F4F9FB
6#F5F9FA
7#F5F8F9
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F7 | BordersInactive statesPlaceholder text |
| 400 | 58CF #58CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28C1 #28C1F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FA4 #0FA4D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C83 #0C83A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085D #085D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F1FBFE;
--white-100: #DEF5FD;
--white-200: #C1EDFB;
--white-300: #91E0F7;
--white-400: #58CFF3;
--white-500: #28C1F0;
--white-600: #0FA4D2;
--white-700: #0C83A7;
--white-800: #085D77;
--white-900: #053C4C;
--white-950: #032530;
}