White
#F0FBFF
BlueColor Codes
All color formats for development
HEX
#F0FBFFRGB
rgb(240, 251, 255)HSL
hsl(196, 100%, 97%)OKLCH
oklch(0.981 0.013 221.4)CMYK
cmyk(6%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEEFF
2#8DE1FF
3#5BD3FF
4#2AC6FF
5#00B5F7
6#0091C6
7#006D94
8#004963
9#002431
Tints
Lighter variations
1#F1FBFF
2#F3FCFF
3#F4FCFF
4#F6FDFF
5#F7FDFF
6#F9FDFF
7#FAFEFF
8#FCFEFF
9#FDFFFF
Tones
Muted variations
1#F0FBFE
2#F1FAFD
3#F2FAFD
4#F3F9FC
5#F4F9FB
6#F4F9FA
7#F5F8FA
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FBFF;
--white-100: #DBF5FF;
--white-200: #BDEDFF;
--white-300: #8AE0FF;
--white-400: #4DCFFF;
--white-500: #1AC2FF;
--white-600: #00A5E0;
--white-700: #0083B3;
--white-800: #005E80;
--white-900: #003C52;
--white-950: #002533;
}