Lavender
#CFD0ED
BlueColor Codes
All color formats for development
HEX
#CFD0EDRGB
rgb(207, 208, 237)HSL
hsl(238, 45%, 87%)OKLCH
oklch(0.866 0.04 284)CMYK
cmyk(13%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFB0E1
2#8F91D4
3#6E71C8
4#4E52BC
5#3D40A1
6#313381
7#252761
8#181A40
9#0C0D20
Tints
Lighter variations
1#D4D5EF
2#D9D9F0
3#DDDEF2
4#E2E3F4
5#E7E7F6
6#ECECF8
7#F1F1FA
8#F5F6FB
9#FAFAFD
Tones
Muted variations
1#D0D1EB
2#D2D3EA
3#D3D4E8
4#D5D5E7
5#D6D7E5
6#D8D8E4
7#D9DAE2
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 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAC #AAACDF | BordersInactive statesPlaceholder text |
| 400 | 7E80 #7E80CE | Disabled statesSecondary iconsMuted text |
| 500 | 595C #595CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E41 #3E41A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3134 #313481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2325 #23255C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E6F5;
--lavender-200: #CFD0ED;
--lavender-300: #AAACDF;
--lavender-400: #7E80CE;
--lavender-500: #595CC0;
--lavender-600: #3E41A3;
--lavender-700: #313481;
--lavender-800: #23255C;
--lavender-900: #16183B;
--lavender-950: #0E0F25;
}