Lavender
#CFBFFD
PurpleColor Codes
All color formats for development
HEX
#CFBFFDRGB
rgb(207, 191, 253)HSL
hsl(255, 94%, 87%)OKLCH
oklch(0.839 0.087 296.3)CMYK
cmyk(18%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE94FC
2#8D69FA
3#6C3EF9
4#4C13F8
5#3B07D7
6#2F05AC
7#230481
8#180356
9#0C012B
Tints
Lighter variations
1#D3C5FD
2#D8CCFD
3#DDD2FE
4#E2D8FE
5#E7DFFE
6#ECE5FE
7#F0ECFE
8#F5F2FF
9#FAF9FF
Tones
Muted variations
1#D0C2FA
2#D1C5F7
3#D3C8F4
4#D5CBF1
5#D6CEED
6#D8D1EA
7#D9D5E7
8#DBD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98D #A98DFB | BordersInactive statesPlaceholder text |
| 400 | 7C52 #7C52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5620 #5620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B07 #3B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F05 #2F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1602 #16024F | 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: #F4F0FF;
--lavender-100: #E5DCFE;
--lavender-200: #CEBFFD;
--lavender-300: #A98DFB;
--lavender-400: #7C52FA;
--lavender-500: #5620F8;
--lavender-600: #3B07DA;
--lavender-700: #2F05AD;
--lavender-800: #22047C;
--lavender-900: #16024F;
--lavender-950: #0E0231;
}