Lavender
#C0DEFB
BlueColor Codes
All color formats for development
HEX
#C0DEFBRGB
rgb(192, 222, 251)HSL
hsl(209, 88%, 87%)OKLCH
oklch(0.888 0.051 247.5)CMYK
cmyk(24%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97C9F8
2#6DB4F6
3#449EF3
4#1A89F0
5#0D72D1
6#0B5BA7
7#08457D
8#052E53
9#03172A
Tints
Lighter variations
1#C7E2FB
2#CDE5FC
3#D3E8FC
4#DAECFD
5#E0EFFD
6#E6F2FD
7#ECF5FE
8#F3F9FE
9#F9FCFF
Tones
Muted variations
1#C4DFF8
2#C7DFF5
3#C9DFF2
4#CCDEEF
5#CFDEEC
6#D2DEEA
7#D5DEE7
8#D8DEE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DDEEFD;
--lavender-200: #C1DFFB;
--lavender-300: #91C6F8;
--lavender-400: #57A8F4;
--lavender-500: #2790F1;
--lavender-600: #0D73D3;
--lavender-700: #0B5CA8;
--lavender-800: #084278;
--lavender-900: #052A4D;
--lavender-950: #031A30;
}