Lavender
#DDE6FD
BlueColor Codes
All color formats for development
HEX
#DDE6FDRGB
rgb(221, 230, 253)HSL
hsl(223, 89%, 93%)OKLCH
oklch(0.925 0.033 268.7)CMYK
cmyk(13%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C5FA
2#84A5F8
3#5784F5
4#2A63F3
5#0D49E0
6#0A3AB3
7#082C86
8#051D5A
9#030F2D
Tints
Lighter variations
1#E1E9FD
2#E4EBFD
3#E7EEFE
4#EBF0FE
5#EEF3FE
6#F2F5FE
7#F5F8FE
8#F8FAFF
9#FCFDFF
Tones
Muted variations
1#DFE7FB
2#E0E8FA
3#E2E8F8
4#E4E9F7
5#E5EAF5
6#E7EAF4
7#E8EBF2
8#EAECF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AE #90AEF9 | BordersInactive statesPlaceholder text |
| 400 | 5683 #5683F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2660 #2660F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C45 #0C45D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A37 #0A37A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0727 #072778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FE;
--lavender-100: #DDE6FD;
--lavender-200: #C0D1FB;
--lavender-300: #90AEF9;
--lavender-400: #5683F5;
--lavender-500: #2660F2;
--lavender-600: #0C45D4;
--lavender-700: #0A37A9;
--lavender-800: #072778;
--lavender-900: #04194D;
--lavender-950: #031030;
}