Lavender
#CEC0FC
BlueColor Codes
All color formats for development
HEX
#CEC0FCRGB
rgb(206, 192, 252)HSL
hsl(254, 91%, 87%)OKLCH
oklch(0.84 0.084 295.2)CMYK
cmyk(18%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD95FA
2#8C6BF8
3#6B41F6
4#4A16F4
5#390AD4
6#2E08A9
7#22067F
8#170455
9#0B022A
Tints
Lighter variations
1#D3C6FC
2#D8CCFD
3#DDD3FD
4#E1D9FD
5#E6DFFE
6#EBE6FE
7#F0ECFE
8#F5F2FE
9#FAF9FF
Tones
Muted variations
1#CFC3F9
2#D1C6F6
3#D3C9F3
4#D4CCF0
5#D6CFED
6#D7D2EA
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 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88F #A88FFA | BordersInactive statesPlaceholder text |
| 400 | 7A55 #7A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5524 #5524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0A #3A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E08 #2E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #21067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | 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: #F4F0FE;
--lavender-100: #E4DDFD;
--lavender-200: #CEC0FC;
--lavender-300: #A88FFA;
--lavender-400: #7A55F7;
--lavender-500: #5524F5;
--lavender-600: #3A0AD6;
--lavender-700: #2E08AA;
--lavender-800: #21067A;
--lavender-900: #15044E;
--lavender-950: #0D0231;
}