Lavender
#C7C8F4
BlueColor Codes
All color formats for development
HEX
#C7C8F4RGB
rgb(199, 200, 244)HSL
hsl(239, 67%, 87%)OKLCH
oklch(0.846 0.061 284)CMYK
cmyk(18%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A4ED
2#7E7FE5
3#585BDE
4#3336D7
5#2527B9
6#1D1F94
7#16176F
8#0F104A
9#070825
Tints
Lighter variations
1#CDCEF5
2#D3D3F6
3#D8D9F7
4#DEDEF8
5#E3E4FA
6#E9E9FB
7#EEEFFC
8#F4F4FD
9#F9FAFE
Tones
Muted variations
1#CACBF2
2#CCCDF0
3#CECFED
4#D1D1EB
5#D3D3E9
6#D5D5E7
7#D7D7E5
8#D9DAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D9E #9D9EEC | BordersInactive statesPlaceholder text |
| 400 | 6A6C #6A6CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F42 #3F42D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2528 #2528BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1F #1D1F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1516 #15166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FC;
--lavender-100: #E1E2F9;
--lavender-200: #C8C8F4;
--lavender-300: #9D9EEC;
--lavender-400: #6A6CE2;
--lavender-500: #3F42D9;
--lavender-600: #2528BB;
--lavender-700: #1D1F95;
--lavender-800: #15166A;
--lavender-900: #0D0E44;
--lavender-950: #08092B;
}