Lavender
#CDC0FC
BlueColor Codes
All color formats for development
HEX
#CDC0FCRGB
rgb(205, 192, 252)HSL
hsl(253, 91%, 87%)OKLCH
oklch(0.839 0.084 294.5)CMYK
cmyk(19%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB95FA
2#8A6BF8
3#6841F6
4#4616F4
5#360AD4
6#2B08A9
7#20067F
8#150455
9#0B022A
Tints
Lighter variations
1#D2C6FC
2#D7CCFD
3#DCD3FD
4#E1D9FD
5#E6DFFE
6#EBE6FE
7#F0ECFE
8#F5F2FE
9#FAF9FF
Tones
Muted variations
1#CEC3F9
2#D0C6F6
3#D2C9F3
4#D4CCF0
5#D5CFED
6#D7D2EA
7#D9D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68F #A68FFA | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5124 #5124F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 360A #360AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B08 #2B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F0FE;
--lavender-100: #E4DDFD;
--lavender-200: #CDC0FC;
--lavender-300: #A68FFA;
--lavender-400: #7855F7;
--lavender-500: #5124F5;
--lavender-600: #360AD6;
--lavender-700: #2B08AA;
--lavender-800: #1F067A;
--lavender-900: #14044E;
--lavender-950: #0C0231;
}