Lavender
#CFD6ED
BlueColor Codes
All color formats for development
HEX
#CFD6EDRGB
rgb(207, 214, 237)HSL
hsl(226, 45%, 87%)OKLCH
oklch(0.878 0.033 272.2)CMYK
cmyk(13%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFBAE1
2#8F9FD4
3#6E83C8
4#4E68BC
5#3D54A1
6#314381
7#253361
8#182240
9#0C1120
Tints
Lighter variations
1#D4DAEF
2#D9DEF0
3#DDE2F2
4#E2E6F4
5#E7EAF6
6#ECEFF8
7#F1F3FA
8#F5F7FB
9#FAFBFD
Tones
Muted variations
1#D0D7EB
2#D2D7EA
3#D3D8E8
4#D5D9E7
5#D6DAE5
6#D8DBE4
7#D9DBE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB6 #AAB6DF | BordersInactive statesPlaceholder text |
| 400 | 7E90 #7E90CE | Disabled statesSecondary iconsMuted text |
| 500 | 5971 #5971C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E55 #3E55A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3144 #314481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2330 #23305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5E9F5;
--lavender-200: #CFD6ED;
--lavender-300: #AAB6DF;
--lavender-400: #7E90CE;
--lavender-500: #5971C0;
--lavender-600: #3E55A3;
--lavender-700: #314481;
--lavender-800: #23305C;
--lavender-900: #161F3B;
--lavender-950: #0E1325;
}