Lavender
#C8CBF3
BlueColor Codes
All color formats for development
HEX
#C8CBF3RGB
rgb(200, 203, 243)HSL
hsl(236, 64%, 87%)OKLCH
oklch(0.853 0.056 281.8)CMYK
cmyk(18%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4A9EB
2#8086E3
3#5B64DB
4#3742D3
5#2831B6
6#202892
7#181E6D
8#101449
9#080A24
Tints
Lighter variations
1#CED1F4
2#D4D6F5
3#D9DBF7
4#DEE0F8
5#E4E5F9
6#E9EAFA
7#EFF0FB
8#F4F5FD
9#FAFAFE
Tones
Muted variations
1#CBCDF1
2#CDCFEF
3#CFD1ED
4#D1D3EB
5#D3D5E8
6#D5D6E6
7#D7D8E4
8#DADAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA4 #9FA4EA | BordersInactive statesPlaceholder text |
| 400 | 6D74 #6D74DF | Disabled statesSecondary iconsMuted text |
| 500 | 434D #434DD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2832 #2832B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2028 #202892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171C #171C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E2E3F9;
--lavender-200: #C9CBF3;
--lavender-300: #9FA4EA;
--lavender-400: #6D74DF;
--lavender-500: #434DD6;
--lavender-600: #2832B8;
--lavender-700: #202892;
--lavender-800: #171C69;
--lavender-900: #0F1243;
--lavender-950: #090B2A;
}