White
#F0FAFF
BlueColor Codes
All color formats for development
HEX
#F0FAFFRGB
rgb(240, 250, 255)HSL
hsl(200, 100%, 97%)OKLCH
oklch(0.979 0.013 228.9)CMYK
cmyk(6%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEE9FF
2#8DD9FF
3#5BC8FF
4#2AB8FF
5#00A5F7
6#0084C6
7#006394
8#004263
9#002131
Tints
Lighter variations
1#F1FAFF
2#F3FBFF
3#F4FBFF
4#F6FCFF
5#F7FCFF
6#F9FDFF
7#FAFDFF
8#FCFEFF
9#FDFEFF
Tones
Muted variations
1#F0FAFE
2#F1F9FD
3#F2F9FD
4#F3F9FC
5#F4F9FB
6#F4F8FA
7#F5F8FA
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FAFF;
--white-100: #DBF3FF;
--white-200: #BDE9FF;
--white-300: #8AD8FF;
--white-400: #4DC3FF;
--white-500: #1AB2FF;
--white-600: #0096E0;
--white-700: #0077B3;
--white-800: #005580;
--white-900: #003652;
--white-950: #002233;
}