Lavender
#DBF1FF
BlueColor Codes
All color formats for development
HEX
#DBF1FFRGB
rgb(219, 241, 255)HSL
hsl(203, 100%, 93%)OKLCH
oklch(0.946 0.03 235.6)CMYK
cmyk(14%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACDFFF
2#7CCDFF
3#4DBBFF
4#1EA9FF
5#0092ED
6#0075BE
7#00588E
8#003A5F
9#001D2F
Tints
Lighter variations
1#DFF3FF
2#E2F4FF
3#E6F5FF
4#EAF7FF
5#EDF8FF
6#F1FAFF
7#F4FBFF
8#F8FCFF
9#FBFEFF
Tones
Muted variations
1#DDF1FD
2#DFF0FB
3#E1F0FA
4#E2F0F8
5#E4EFF6
6#E6EFF4
7#E8EEF3
8#EAEEF1
9#EBEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF1 #DBF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE6 #BDE6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD2 #8AD2FF | BordersInactive statesPlaceholder text |
| 400 | 4DBB #4DBBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AA7 #1AA7FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008A #008AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 006E #006EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004F #004F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0032 #003252 | Primary textHigh emphasis contentDark headings |
| 950 | 001F #001F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DBF1FF;
--lavender-200: #BDE6FF;
--lavender-300: #8AD2FF;
--lavender-400: #4DBBFF;
--lavender-500: #1AA7FF;
--lavender-600: #008AE0;
--lavender-700: #006EB3;
--lavender-800: #004F80;
--lavender-900: #003252;
--lavender-950: #001F33;
}