Lavender
#C9C0FB
BlueColor Codes
All color formats for development
HEX
#C9C0FBRGB
rgb(201, 192, 251)HSL
hsl(249, 88%, 87%)OKLCH
oklch(0.835 0.082 291.5)CMYK
cmyk(20%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A697F8
2#826DF6
3#5E44F3
4#3A1AF0
5#2B0DD1
6#220BA7
7#1A087D
8#110553
9#09032A
Tints
Lighter variations
1#CFC7FB
2#D4CDFC
3#DAD3FC
4#DFDAFD
5#E4E0FD
6#EAE6FD
7#EFECFE
8#F4F3FE
9#FAF9FF
Tones
Muted variations
1#CBC4F8
2#CEC7F5
3#D0C9F2
4#D2CCEF
5#D4CFEC
6#D6D2EA
7#D8D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E2DDFD;
--lavender-200: #C9C1FB;
--lavender-300: #A091F8;
--lavender-400: #6F57F4;
--lavender-500: #4627F1;
--lavender-600: #2B0DD3;
--lavender-700: #220BA8;
--lavender-800: #180878;
--lavender-900: #10054D;
--lavender-950: #0A0330;
}