Lavender
#DDEFFE
BlueColor Codes
All color formats for development
HEX
#DDEFFERGB
rgb(221, 239, 254)HSL
hsl(207, 94%, 93%)OKLCH
oklch(0.943 0.028 243.1)CMYK
cmyk(13%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AED9FD
2#80C4FB
3#52AEFA
4#2499F8
5#0782E6
6#0668B8
7#044E8A
8#03345C
9#011A2E
Tints
Lighter variations
1#E0F0FE
2#E3F2FE
3#E7F4FE
4#EAF5FE
5#EEF7FE
6#F1F9FF
7#F5FAFF
8#F8FCFF
9#FCFDFF
Tones
Muted variations
1#DEEFFC
2#E0EEFB
3#E1EEF9
4#E3EEF7
5#E5EEF6
6#E6EEF4
7#E8EEF2
8#EAEDF1
9#EBEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCA #8DCAFB | BordersInactive statesPlaceholder text |
| 400 | 52AE #52AEFA | Disabled statesSecondary iconsMuted text |
| 500 | 2097 #2097F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077B #077BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0562 #0562AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022D #022D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FF;
--lavender-100: #DCEFFE;
--lavender-200: #BFE1FD;
--lavender-300: #8DCAFB;
--lavender-400: #52AEFA;
--lavender-500: #2097F8;
--lavender-600: #077BDA;
--lavender-700: #0562AD;
--lavender-800: #04467C;
--lavender-900: #022D4F;
--lavender-950: #021C31;
}