Lavender
#C8CCF3
BlueColor Codes
All color formats for development
HEX
#C8CCF3RGB
rgb(200, 204, 243)HSL
hsl(234, 64%, 87%)OKLCH
oklch(0.855 0.054 280.6)CMYK
cmyk(18%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4ABEB
2#808AE3
3#5B68DB
4#3747D3
5#2836B6
6#202B92
7#18206D
8#101649
9#080B24
Tints
Lighter variations
1#CED2F4
2#D4D7F5
3#D9DCF7
4#DEE1F8
5#E4E6F9
6#E9EBFA
7#EFF0FB
8#F4F5FD
9#FAFAFE
Tones
Muted variations
1#CBCFF1
2#CDD0EF
3#CFD2ED
4#D1D4EB
5#D3D5E8
6#D5D7E6
7#D7D9E4
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 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA6 #9FA6EA | BordersInactive statesPlaceholder text |
| 400 | 6D78 #6D78DF | Disabled statesSecondary iconsMuted text |
| 500 | 4351 #4351D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2837 #2837B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 202C #202C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171F #171F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E2E4F9;
--lavender-200: #C9CDF3;
--lavender-300: #9FA6EA;
--lavender-400: #6D78DF;
--lavender-500: #4351D6;
--lavender-600: #2837B8;
--lavender-700: #202C92;
--lavender-800: #171F69;
--lavender-900: #0F1443;
--lavender-950: #090C2A;
}