Lavender
#DFE3FB
BlueColor Codes
All color formats for development
HEX
#DFE3FBRGB
rgb(223, 227, 251)HSL
hsl(231, 78%, 93%)OKLCH
oklch(0.92 0.033 278.2)CMYK
cmyk(11%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5BFF6
2#8B9AF1
3#6175EB
4#3651E6
5#1A36D3
6#152BA9
7#10207F
8#0A1654
9#050B2A
Tints
Lighter variations
1#E2E6FB
2#E6E9FC
3#E9ECFC
4#ECEEFD
5#EFF1FD
6#F2F4FD
7#F5F7FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E1E4FA
2#E2E5F8
3#E3E6F7
4#E5E7F6
5#E6E8F4
6#E8E9F3
7#E9EAF1
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FD;
--lavender-100: #DFE3FB;
--lavender-200: #C4CCF8;
--lavender-300: #97A4F2;
--lavender-400: #6075EB;
--lavender-500: #334EE6;
--lavender-600: #1933C8;
--lavender-700: #14299F;
--lavender-800: #0E1D71;
--lavender-900: #091349;
--lavender-950: #060C2D;
}