Lavender
#C4C8F7
BlueColor Codes
All color formats for development
HEX
#C4C8F7RGB
rgb(196, 200, 247)HSL
hsl(235, 76%, 87%)OKLCH
oklch(0.845 0.066 281.1)CMYK
cmyk(21%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EA5F2
2#7780EC
3#505CE7
4#2838E2
5#1B29C3
6#15219C
7#101875
8#0B104E
9#050827
Tints
Lighter variations
1#CACEF8
2#D0D4F9
3#D6D9F9
4#DCDFFA
5#E2E4FB
6#E8E9FC
7#EDEFFD
8#F3F4FD
9#F9FAFE
Tones
Muted variations
1#C7CBF5
2#CACDF2
3#CCCFEF
4#CFD1ED
5#D1D3EA
6#D4D5E8
7#D6D8E5
8#D9DAE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989F #989FF1 | BordersInactive statesPlaceholder text |
| 400 | 626D #626DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3544 #3544E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B29 #1B29C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1521 #15219D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F17 #0F1770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E0E2FB;
--lavender-200: #C5C9F7;
--lavender-300: #989FF1;
--lavender-400: #626DEA;
--lavender-500: #3544E3;
--lavender-600: #1B29C5;
--lavender-700: #15219D;
--lavender-800: #0F1770;
--lavender-900: #0A0F48;
--lavender-950: #06092D;
}