Lavender
#C0F2FC
CyanColor Codes
All color formats for development
HEX
#C0F2FCRGB
rgb(192, 242, 252)HSL
hsl(190, 91%, 87%)OKLCH
oklch(0.93 0.053 211.2)CMYK
cmyk(24%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95E9FA
2#6BE1F8
3#41D8F6
4#16CFF4
5#0AB2D4
6#088FA9
7#066B7F
8#044755
9#02242A
Tints
Lighter variations
1#C6F3FC
2#CCF5FD
3#D3F6FD
4#D9F7FD
5#DFF8FE
6#E6FAFE
7#ECFBFE
8#F2FCFE
9#F9FEFF
Tones
Muted variations
1#C3F0F9
2#C6EEF6
3#C9ECF3
4#CCEAF0
5#CFE8ED
6#D2E6EA
7#D5E4E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE8 #8FE8FA | BordersInactive statesPlaceholder text |
| 400 | 55DC #55DCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D2 #24D2F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB4 #0AB4D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088F #088FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #06667A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FCFE;
--lavender-100: #DDF8FD;
--lavender-200: #C0F2FC;
--lavender-300: #8FE8FA;
--lavender-400: #55DCF7;
--lavender-500: #24D2F5;
--lavender-600: #0AB4D6;
--lavender-700: #088FAA;
--lavender-800: #06667A;
--lavender-900: #04424E;
--lavender-950: #022931;
}