Lavender
#DCEBFE
BlueColor Codes
All color formats for development
HEX
#DCEBFERGB
rgb(220, 235, 254)HSL
hsl(214, 94%, 93%)OKLCH
oklch(0.935 0.03 254.3)CMYK
cmyk(13%, 7%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AED0FD
2#80B6FB
3#529BFA
4#2480F8
5#0768E6
6#0653B8
7#043E8A
8#03295C
9#01152E
Tints
Lighter variations
1#E0EDFE
2#E3EFFE
3#E7F1FE
4#EAF3FE
5#EEF5FE
6#F1F7FF
7#F5F9FF
8#F8FBFF
9#FCFDFF
Tones
Muted variations
1#DEEBFC
2#E0EBFB
3#E1ECF9
4#E3ECF7
5#E5ECF6
6#E6ECF4
7#E8ECF2
8#EAEDF1
9#EBEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBD #8DBDFB | BordersInactive statesPlaceholder text |
| 400 | 529B #529BFA | Disabled statesSecondary iconsMuted text |
| 500 | 207E #207EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0762 #0762DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 054E #054EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #02244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DCEBFE;
--lavender-200: #BFDAFD;
--lavender-300: #8DBDFB;
--lavender-400: #529BFA;
--lavender-500: #207EF8;
--lavender-600: #0762DA;
--lavender-700: #054EAD;
--lavender-800: #04387C;
--lavender-900: #02244F;
--lavender-950: #021631;
}