White
#F0FDFF
CyanColor Codes
All color formats for development
HEX
#F0FDFFRGB
rgb(240, 253, 255)HSL
hsl(188, 100%, 97%)OKLCH
oklch(0.985 0.014 207.9)CMYK
cmyk(6%, 1%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEF6FF
2#8DF0FF
3#5BE9FF
4#2AE3FF
5#00D6F7
6#00ABC6
7#008194
8#005663
9#002B31
Tints
Lighter variations
1#F1FDFF
2#F3FDFF
3#F4FEFF
4#F6FEFF
5#F7FEFF
6#F9FEFF
7#FAFEFF
8#FCFFFF
9#FDFFFF
Tones
Muted variations
1#F0FCFE
2#F1FCFD
3#F2FBFD
4#F3FBFC
5#F4FAFB
6#F4FAFA
7#F5F9FA
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEF #8AEFFF | BordersInactive statesPlaceholder text |
| 400 | 4DE7 #4DE7FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AE0 #1AE0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00C2 #00C2E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 009B #009BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006F #006F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0047 #004752 | Primary textHigh emphasis contentDark headings |
| 950 | 002C #002C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FDFF;
--white-100: #DBFAFF;
--white-200: #BDF6FF;
--white-300: #8AEFFF;
--white-400: #4DE7FF;
--white-500: #1AE0FF;
--white-600: #00C2E0;
--white-700: #009BB3;
--white-800: #006F80;
--white-900: #004752;
--white-950: #002C33;
}