Lavender
#DFEEFB
BlueColor Codes
All color formats for development
HEX
#DFEEFBRGB
rgb(223, 238, 251)HSL
hsl(208, 78%, 93%)OKLCH
oklch(0.942 0.024 244.1)CMYK
cmyk(11%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5D8F6
2#8BC1F1
3#61ABEB
4#3694E6
5#1A7DD3
6#1564A9
7#104B7F
8#0A3254
9#05192A
Tints
Lighter variations
1#E2F0FB
2#E6F1FC
3#E9F3FC
4#ECF5FD
5#EFF7FD
6#F2F8FD
7#F5FAFE
8#F9FCFE
9#FCFDFF
Tones
Muted variations
1#E1EEFA
2#E2EEF8
3#E3EEF7
4#E5EEF6
5#E6EEF4
6#E8EEF3
7#E9EDF1
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C7 #97C7F2 | BordersInactive statesPlaceholder text |
| 400 | 60AA #60AAEB | Disabled statesSecondary iconsMuted text |
| 500 | 3392 #3392E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1976 #1976C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145E #145E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E43 #0E4371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FD;
--lavender-100: #DFEEFB;
--lavender-200: #C4E0F8;
--lavender-300: #97C7F2;
--lavender-400: #60AAEB;
--lavender-500: #3392E6;
--lavender-600: #1976C8;
--lavender-700: #145E9F;
--lavender-800: #0E4371;
--lavender-900: #092B49;
--lavender-950: #061B2D;
}