White
#F0FEFF
CyanColor Codes
All color formats for development
HEX
#F0FEFFRGB
rgb(240, 254, 255)HSL
hsl(184, 100%, 97%)OKLCH
oklch(0.987 0.015 202.1)CMYK
cmyk(6%, 0%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFBFF
2#8DF7FF
3#5BF4FF
4#2AF1FF
5#00E7F7
6#00B9C6
7#008B94
8#005C63
9#002E31
Tints
Lighter variations
1#F1FEFF
2#F3FEFF
3#F4FEFF
4#F6FEFF
5#F7FEFF
6#F9FFFF
7#FAFFFF
8#FCFFFF
9#FDFFFF
Tones
Muted variations
1#F0FDFE
2#F1FDFD
3#F2FCFD
4#F3FBFC
5#F4FBFB
6#F4FAFA
7#F5F9FA
8#F6F9F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FEFF;
--white-100: #DBFDFF;
--white-200: #BDFBFF;
--white-300: #8AF7FF;
--white-400: #4DF3FF;
--white-500: #1AF0FF;
--white-600: #00D1E0;
--white-700: #00A7B3;
--white-800: #007780;
--white-900: #004C52;
--white-950: #003033;
}