Lavender
#C9CFF3
BlueColor Codes
All color formats for development
HEX
#C9CFF3RGB
rgb(201, 207, 243)HSL
hsl(231, 64%, 87%)OKLCH
oklch(0.861 0.05 277.8)CMYK
cmyk(17%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4AFEB
2#808FE3
3#5B6FDB
4#374FD3
5#283DB6
6#203192
7#18256D
8#101849
9#080C24
Tints
Lighter variations
1#CED4F4
2#D4D9F5
3#D9DDF7
4#DEE2F8
5#E4E7F9
6#E9ECFA
7#EFF1FB
8#F4F5FD
9#FAFAFE
Tones
Muted variations
1#CBD0F1
2#CDD2EF
3#CFD3ED
4#D1D5EB
5#D3D6E8
6#D5D8E6
7#D7D9E4
8#DADBE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAEA | BordersInactive statesPlaceholder text |
| 400 | 6D7E #6D7EDF | Disabled statesSecondary iconsMuted text |
| 500 | 4359 #4359D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 283E #283EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2031 #203192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1723 #172369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E2E5F9;
--lavender-200: #C9CFF3;
--lavender-300: #9FAAEA;
--lavender-400: #6D7EDF;
--lavender-500: #4359D6;
--lavender-600: #283EB8;
--lavender-700: #203192;
--lavender-800: #172369;
--lavender-900: #0F1743;
--lavender-950: #090E2A;
}