Lavender
#CDBFFD
BlueColor Codes
All color formats for development
HEX
#CDBFFDRGB
rgb(205, 191, 253)HSL
hsl(254, 94%, 87%)OKLCH
oklch(0.837 0.087 294.8)CMYK
cmyk(19%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC94FC
2#8B69FA
3#693EF9
4#4813F8
5#3707D7
6#2C05AC
7#210481
8#160356
9#0B012B
Tints
Lighter variations
1#D2C5FD
2#D7CCFD
3#DCD2FE
4#E1D8FE
5#E6DFFE
6#EBE5FE
7#F0ECFE
8#F5F2FF
9#FAF9FF
Tones
Muted variations
1#CFC2FA
2#D1C5F7
3#D2C8F4
4#D4CBF1
5#D6CEED
6#D7D1EA
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 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78D #A78DFB | BordersInactive statesPlaceholder text |
| 400 | 7952 #7952FA | Disabled statesSecondary iconsMuted text |
| 500 | 5320 #5320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3807 #3807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D05 #2D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1402 #14024F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F0FF;
--lavender-100: #E4DCFE;
--lavender-200: #CDBFFD;
--lavender-300: #A78DFB;
--lavender-400: #7952FA;
--lavender-500: #5320F8;
--lavender-600: #3807DA;
--lavender-700: #2D05AD;
--lavender-800: #20047C;
--lavender-900: #14024F;
--lavender-950: #0D0231;
}