Lavender
#CDCFEF
BlueColor Codes
All color formats for development
HEX
#CDCFEFRGB
rgb(205, 207, 239)HSL
hsl(236, 52%, 87%)OKLCH
oklch(0.863 0.044 282.6)CMYK
cmyk(14%, 13%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABAFE4
2#898FDA
3#676ECF
4#464EC4
5#353DA9
6#2B3187
7#202565
8#151843
9#0B0C22
Tints
Lighter variations
1#D2D4F1
2#D7D9F2
3#DCDDF4
4#E1E2F5
5#E6E7F7
6#EBECF9
7#F0F1FA
8#F5F5FC
9#FAFAFD
Tones
Muted variations
1#CED0ED
2#D0D2EC
3#D2D3EA
4#D4D5E8
5#D5D6E6
6#D7D8E5
7#D9D9E3
8#DADBE1
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AA #A6AAE3 | BordersInactive statesPlaceholder text |
| 400 | 777E #777ED4 | Disabled statesSecondary iconsMuted text |
| 500 | 5159 #5159C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 363E #363EAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B31 #2B3188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F23 #1F2361 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FB;
--lavender-100: #E4E5F6;
--lavender-200: #CDCFEF;
--lavender-300: #A6AAE3;
--lavender-400: #777ED4;
--lavender-500: #5159C8;
--lavender-600: #363EAB;
--lavender-700: #2B3188;
--lavender-800: #1F2361;
--lavender-900: #14163E;
--lavender-950: #0C0E27;
}