Lavender
#C0DCFB
BlueColor Codes
All color formats for development
HEX
#C0DCFBRGB
rgb(192, 220, 251)HSL
hsl(212, 88%, 87%)OKLCH
oklch(0.884 0.052 251.1)CMYK
cmyk(24%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97C4F8
2#6DADF6
3#4495F3
4#1A7EF0
5#0D68D1
6#0B54A7
7#083F7D
8#052A53
9#03152A
Tints
Lighter variations
1#C7DFFB
2#CDE3FC
3#D3E6FC
4#DAEAFD
5#E0EDFD
6#E6F1FD
7#ECF4FE
8#F3F8FE
9#F9FBFF
Tones
Muted variations
1#C4DCF8
2#C7DCF5
3#C9DCF2
4#CCDDEF
5#CFDDEC
6#D2DDEA
7#D5DDE7
8#D8DDE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C1 #91C1F8 | BordersInactive statesPlaceholder text |
| 400 | 57A1 #57A1F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2786 #2786F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6A #0D6AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B54 #0B54A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083C #083C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0526 #05264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DDECFD;
--lavender-200: #C1DCFB;
--lavender-300: #91C1F8;
--lavender-400: #57A1F4;
--lavender-500: #2786F1;
--lavender-600: #0D6AD3;
--lavender-700: #0B54A8;
--lavender-800: #083C78;
--lavender-900: #05264D;
--lavender-950: #031830;
}