Lavender
#CFC4F8
BlueColor Codes
All color formats for development
HEX
#CFC4F8RGB
rgb(207, 196, 248)HSL
hsl(253, 79%, 87%)OKLCH
oklch(0.846 0.073 294.5)CMYK
cmyk(17%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF9CF3
2#8F74EF
3#6F4DEA
4#4F25E5
5#3D17C7
6#31139F
7#250E77
8#19094F
9#0C0528
Tints
Lighter variations
1#D4CAF9
2#D9D0F9
3#DDD5FA
4#E2DBFB
5#E7E1FC
6#ECE7FC
7#F1EDFD
8#F5F3FE
9#FAF9FE
Tones
Muted variations
1#D0C6F5
2#D2C9F3
3#D3CCF0
4#D5CEEE
5#D6D1EB
6#D8D3E8
7#D9D6E6
8#DBD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA96 #AA96F3 | BordersInactive statesPlaceholder text |
| 400 | 7E5F #7E5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5932 #5932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E18 #3E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3113 #3113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FD;
--lavender-100: #E5DFFB;
--lavender-200: #CFC4F8;
--lavender-300: #AA96F3;
--lavender-400: #7E5FEC;
--lavender-500: #5932E7;
--lavender-600: #3E18C9;
--lavender-700: #3113A0;
--lavender-800: #230D72;
--lavender-900: #170949;
--lavender-950: #0E052E;
}