Lavender
#CECFEE
BlueColor Codes
All color formats for development
HEX
#CECFEERGB
rgb(206, 207, 238)HSL
hsl(238, 48%, 87%)OKLCH
oklch(0.863 0.043 284)CMYK
cmyk(13%, 13%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADAFE2
2#8C8FD7
3#6B6FCB
4#4B4FC0
5#3A3DA4
6#2E3183
7#232563
8#171842
9#0C0C21
Tints
Lighter variations
1#D3D4EF
2#D8D9F1
3#DDDDF3
4#E2E2F5
5#E6E7F6
6#EBECF8
7#F0F1FA
8#F5F5FC
9#FAFAFD
Tones
Muted variations
1#D0D0EC
2#D1D2EB
3#D3D3E9
4#D4D5E7
5#D6D6E6
6#D7D8E4
7#D9D9E3
8#DBDBE1
9#DCDCDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7E #7B7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5559 #5559C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3E #3A3EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E31 #2E3184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E5F6;
--lavender-200: #CECFEE;
--lavender-300: #A8AAE1;
--lavender-400: #7B7ED1;
--lavender-500: #5559C3;
--lavender-600: #3A3EA6;
--lavender-700: #2E3184;
--lavender-800: #21235E;
--lavender-900: #15173C;
--lavender-950: #0D0E26;
}