Lavender
#DBEFFF
BlueColor Codes
All color formats for development
HEX
#DBEFFFRGB
rgb(219, 239, 255)HSL
hsl(207, 100%, 93%)OKLCH
oklch(0.942 0.03 242)CMYK
cmyk(14%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACDAFF
2#7CC4FF
3#4DAFFF
4#1E9AFF
5#0082ED
6#0068BE
7#004E8E
8#00345F
9#001A2F
Tints
Lighter variations
1#DFF1FF
2#E2F2FF
3#E6F4FF
4#EAF5FF
5#EDF7FF
6#F1F9FF
7#F4FAFF
8#F8FCFF
9#FBFDFF
Tones
Muted variations
1#DDEFFD
2#DFEFFB
3#E1EEFA
4#E2EEF8
5#E4EEF6
6#E6EEF4
7#E8EEF3
8#EAEEF1
9#EBEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEF #DBEFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE1 #BDE1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACA #8ACAFF | BordersInactive statesPlaceholder text |
| 400 | 4DAF #4DAFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A98 #1A98FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 007B #007BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0062 #0062B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0046 #004680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002D #002D52 | Primary textHigh emphasis contentDark headings |
| 950 | 001C #001C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FF;
--lavender-100: #DBEFFF;
--lavender-200: #BDE1FF;
--lavender-300: #8ACAFF;
--lavender-400: #4DAFFF;
--lavender-500: #1A98FF;
--lavender-600: #007BE0;
--lavender-700: #0062B3;
--lavender-800: #004680;
--lavender-900: #002D52;
--lavender-950: #001C33;
}