Lavender
#C8C0FB
BlueColor Codes
All color formats for development
HEX
#C8C0FBRGB
rgb(200, 192, 251)HSL
hsl(248, 88%, 87%)OKLCH
oklch(0.834 0.082 290.7)CMYK
cmyk(20%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A497F8
2#7F6DF6
3#5B44F3
4#361AF0
5#270DD1
6#1F0BA7
7#18087D
8#100553
9#08032A
Tints
Lighter variations
1#CEC7FB
2#D3CDFC
3#D9D3FC
4#DEDAFD
5#E4E0FD
6#E9E6FD
7#EFECFE
8#F4F3FE
9#FAF9FF
Tones
Muted variations
1#CBC4F8
2#CDC7F5
3#CFC9F2
4#D1CCEF
5#D3CFEC
6#D5D2EA
7#D7D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C1 #C8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F91 #9F91F8 | BordersInactive statesPlaceholder text |
| 400 | 6C57 #6C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4227 #4227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 280D #280DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200B #200BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1708 #170878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E05 #0E054D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E2DDFD;
--lavender-200: #C8C1FB;
--lavender-300: #9F91F8;
--lavender-400: #6C57F4;
--lavender-500: #4227F1;
--lavender-600: #280DD3;
--lavender-700: #200BA8;
--lavender-800: #170878;
--lavender-900: #0E054D;
--lavender-950: #090330;
}