Lavender
#DBEAFF
BlueColor Codes
All color formats for development
HEX
#DBEAFFRGB
rgb(219, 234, 255)HSL
hsl(215, 100%, 93%)OKLCH
oklch(0.932 0.033 256.8)CMYK
cmyk(14%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACCFFF
2#7CB3FF
3#4D97FF
4#1E7CFF
5#0063ED
6#004FBE
7#003B8E
8#00285F
9#00142F
Tints
Lighter variations
1#DFECFF
2#E2EEFF
3#E6F0FF
4#EAF3FF
5#EDF5FF
6#F1F7FF
7#F4F9FF
8#F8FBFF
9#FBFDFF
Tones
Muted variations
1#DDEAFD
2#DFEBFB
3#E1EBFA
4#E2EBF8
5#E4ECF6
6#E6ECF4
7#E8ECF3
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 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD8 #BDD8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABB #8ABBFF | BordersInactive statesPlaceholder text |
| 400 | 4D97 #4D97FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A79 #1A79FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005D #005DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004A #004AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0035 #003580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0022 #002252 | Primary textHigh emphasis contentDark headings |
| 950 | 0015 #001533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DBEAFF;
--lavender-200: #BDD8FF;
--lavender-300: #8ABBFF;
--lavender-400: #4D97FF;
--lavender-500: #1A79FF;
--lavender-600: #005DE0;
--lavender-700: #004AB3;
--lavender-800: #003580;
--lavender-900: #002252;
--lavender-950: #001533;
}