Lavender
#CFD5ED
BlueColor Codes
All color formats for development
HEX
#CFD5EDRGB
rgb(207, 213, 237)HSL
hsl(228, 45%, 87%)OKLCH
oklch(0.876 0.034 274.5)CMYK
cmyk(13%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFB9E1
2#8F9DD4
3#6E80C8
4#4E64BC
5#3D51A1
6#314181
7#253161
8#182040
9#0C1020
Tints
Lighter variations
1#D4D9EF
2#D9DDF0
3#DDE2F2
4#E2E6F4
5#E7EAF6
6#ECEEF8
7#F1F2FA
8#F5F7FB
9#FAFBFD
Tones
Muted variations
1#D0D6EB
2#D2D7EA
3#D3D8E8
4#D5D8E7
5#D6D9E5
6#D8DAE4
7#D9DBE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB5 #AAB5DF | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECE | Disabled statesSecondary iconsMuted text |
| 500 | 596D #596DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E52 #3E52A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3141 #314181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232F #232F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3B | 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: #F4F5FB;
--lavender-100: #E5E8F5;
--lavender-200: #CFD5ED;
--lavender-300: #AAB5DF;
--lavender-400: #7E8ECE;
--lavender-500: #596DC0;
--lavender-600: #3E52A3;
--lavender-700: #314181;
--lavender-800: #232F5C;
--lavender-900: #161E3B;
--lavender-950: #0E1325;
}