Lavender
#CFD4ED
BlueColor Codes
All color formats for development
HEX
#CFD4EDRGB
rgb(207, 212, 237)HSL
hsl(230, 45%, 87%)OKLCH
oklch(0.874 0.035 276.7)CMYK
cmyk(13%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFB7E1
2#8F9AD4
3#6E7DC8
4#4E61BC
5#3D4EA1
6#313E81
7#252F61
8#181F40
9#0C1020
Tints
Lighter variations
1#D4D8EF
2#D9DDF0
3#DDE1F2
4#E2E5F4
5#E7E9F6
6#ECEEF8
7#F1F2FA
8#F5F6FB
9#FAFBFD
Tones
Muted variations
1#D0D5EB
2#D2D6EA
3#D3D7E8
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB3 #AAB3DF | BordersInactive statesPlaceholder text |
| 400 | 7E8B #7E8BCE | Disabled statesSecondary iconsMuted text |
| 500 | 596A #596AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E4F #3E4FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 313E #313E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232D #232D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E5E8F5;
--lavender-200: #CFD4ED;
--lavender-300: #AAB3DF;
--lavender-400: #7E8BCE;
--lavender-500: #596AC0;
--lavender-600: #3E4FA3;
--lavender-700: #313E81;
--lavender-800: #232D5C;
--lavender-900: #161D3B;
--lavender-950: #0E1225;
}