White
#F0FCFF
CyanColor Codes
All color formats for development
HEX
#F0FCFFRGB
rgb(240, 252, 255)HSL
hsl(192, 100%, 97%)OKLCH
oklch(0.983 0.013 214.4)CMYK
cmyk(6%, 1%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEF2FF
2#8DE8FF
3#5BDEFF
4#2AD4FF
5#00C6F7
6#009EC6
7#007794
8#004F63
9#002831
Tints
Lighter variations
1#F1FCFF
2#F3FDFF
3#F4FDFF
4#F6FDFF
5#F7FDFF
6#F9FEFF
7#FAFEFF
8#FCFEFF
9#FDFFFF
Tones
Muted variations
1#F0FBFE
2#F1FBFD
3#F2FBFD
4#F3FAFC
5#F4FAFB
6#F4F9FA
7#F5F9FA
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF8 #DBF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE8 #8AE8FF | BordersInactive statesPlaceholder text |
| 400 | 4DDB #4DDBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD1 #1AD1FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B4 #00B4E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008F #008FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0066 #006680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0041 #004152 | Primary textHigh emphasis contentDark headings |
| 950 | 0029 #002933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F0FCFF;
--white-100: #DBF8FF;
--white-200: #BDF2FF;
--white-300: #8AE8FF;
--white-400: #4DDBFF;
--white-500: #1AD1FF;
--white-600: #00B4E0;
--white-700: #008FB3;
--white-800: #006680;
--white-900: #004152;
--white-950: #002933;
}