White
#F2FDFD
CyanColor Codes
All color formats for development
HEX
#F2FDFDRGB
rgb(242, 253, 253)HSL
hsl(180, 73%, 97%)OKLCH
oklch(0.986 0.012 197)CMYK
cmyk(4%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7F6F6
2#9CF0F0
3#71E9E9
4#47E2E2
5#21D6D6
6#1BABAB
7#148080
8#0D5656
9#072B2B
Tints
Lighter variations
1#F3FDFD
2#F4FDFD
3#F6FEFE
4#F7FEFE
5#F8FEFE
6#FAFEFE
7#FBFEFE
8#FCFFFF
9#FEFFFF
Tones
Muted variations
1#F2FCFC
2#F3FCFC
3#F3FBFB
4#F4FBFB
5#F5FAFA
6#F5FAFA
7#F6F9F9
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--white-50: #F2FDFD;
--white-100: #E0FAFA;
--white-200: #C6F6F6;
--white-300: #9AEFEF;
--white-400: #65E7E7;
--white-500: #38E0E0;
--white-600: #1EC2C2;
--white-700: #189A9A;
--white-800: #116E6E;
--white-900: #0B4747;
--white-950: #072C2C;
}