Lavender
#CFD3ED
BlueColor Codes
All color formats for development
HEX
#CFD3EDRGB
rgb(207, 211, 237)HSL
hsl(232, 45%, 87%)OKLCH
oklch(0.872 0.036 278.7)CMYK
cmyk(13%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFB5E1
2#8F98D4
3#6E7AC8
4#4E5DBC
5#3D4AA1
6#313B81
7#252D61
8#181E40
9#0C0F20
Tints
Lighter variations
1#D4D7EF
2#D9DCF0
3#DDE0F2
4#E2E5F4
5#E7E9F6
6#ECEDF8
7#F1F2FA
8#F5F6FB
9#FAFBFD
Tones
Muted variations
1#D0D4EB
2#D2D5EA
3#D3D6E8
4#D5D7E7
5#D6D8E5
6#D8D9E4
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 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB1 #AAB1DF | BordersInactive statesPlaceholder text |
| 400 | 7E88 #7E88CE | Disabled statesSecondary iconsMuted text |
| 500 | 5966 #5966C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4B #3E4BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313C #313C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232B #232B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161B #161B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E7F5;
--lavender-200: #CFD3ED;
--lavender-300: #AAB1DF;
--lavender-400: #7E88CE;
--lavender-500: #5966C0;
--lavender-600: #3E4BA3;
--lavender-700: #313C81;
--lavender-800: #232B5C;
--lavender-900: #161B3B;
--lavender-950: #0E1125;
}