Lavender
#CFC0FC
PurpleColor Codes
All color formats for development
HEX
#CFC0FCRGB
rgb(207, 192, 252)HSL
hsl(255, 91%, 87%)OKLCH
oklch(0.84 0.084 296)CMYK
cmyk(18%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE95FA
2#8E6BF8
3#6E41F6
4#4E16F4
5#3C0AD4
6#3008A9
7#24067F
8#180455
9#0C022A
Tints
Lighter variations
1#D4C6FC
2#D8CCFD
3#DDD3FD
4#E2D9FD
5#E7DFFE
6#ECE6FE
7#F1ECFE
8#F5F2FE
9#FAF9FF
Tones
Muted variations
1#D0C3F9
2#D2C6F6
3#D3C9F3
4#D5CCF0
5#D6CFED
6#D8D2EA
7#D9D5E7
8#DBD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8F #AA8FFA | BordersInactive statesPlaceholder text |
| 400 | 7D55 #7D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5824 #5824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D0A #3D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3108 #3108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #23067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F0FE;
--lavender-100: #E5DDFD;
--lavender-200: #CFC0FC;
--lavender-300: #AA8FFA;
--lavender-400: #7D55F7;
--lavender-500: #5824F5;
--lavender-600: #3D0AD6;
--lavender-700: #3108AA;
--lavender-800: #23067A;
--lavender-900: #16044E;
--lavender-950: #0E0231;
}