Lavender
#DFE2FB
BlueColor Codes
All color formats for development
HEX
#DFE2FBRGB
rgb(223, 226, 251)HSL
hsl(234, 78%, 93%)OKLCH
oklch(0.918 0.034 280.3)CMYK
cmyk(11%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5BBF6
2#8B95F1
3#616EEB
4#3648E6
5#1A2DD3
6#1524A9
7#101B7F
8#0A1254
9#05092A
Tints
Lighter variations
1#E2E5FB
2#E6E8FC
3#E9EBFC
4#ECEEFD
5#EFF1FD
6#F2F3FD
7#F5F6FE
8#F9F9FE
9#FCFCFF
Tones
Muted variations
1#E1E3FA
2#E2E4F8
3#E3E5F7
4#E5E6F6
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 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FD;
--lavender-100: #DFE2FB;
--lavender-200: #C4C9F8;
--lavender-300: #97A0F2;
--lavender-400: #606EEB;
--lavender-500: #3345E6;
--lavender-600: #192AC8;
--lavender-700: #14229F;
--lavender-800: #0E1871;
--lavender-900: #090F49;
--lavender-950: #060A2D;
}