Lavender
#DCF0FF
BlueColor Codes
All color formats for development
HEX
#DCF0FFRGB
rgb(220, 240, 255)HSL
hsl(206, 100%, 93%)OKLCH
oklch(0.945 0.029 240.2)CMYK
cmyk(14%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACDBFF
2#7CC6FF
3#4DB2FF
4#1E9DFF
5#0086ED
6#006CBE
7#00518E
8#00365F
9#001B2F
Tints
Lighter variations
1#DFF1FF
2#E2F3FF
3#E6F4FF
4#EAF6FF
5#EDF7FF
6#F1F9FF
7#F4FAFF
8#F8FCFF
9#FBFDFF
Tones
Muted variations
1#DDEFFD
2#DFEFFB
3#E1EFFA
4#E2EFF8
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 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE2 #BDE2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACC #8ACCFF | BordersInactive statesPlaceholder text |
| 400 | 4DB2 #4DB2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9C #1A9CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 007F #007FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0065 #0065B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0048 #004880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002E #002E52 | Primary textHigh emphasis contentDark headings |
| 950 | 001D #001D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FF;
--lavender-100: #DBF0FF;
--lavender-200: #BDE2FF;
--lavender-300: #8ACCFF;
--lavender-400: #4DB2FF;
--lavender-500: #1A9CFF;
--lavender-600: #007FE0;
--lavender-700: #0065B3;
--lavender-800: #004880;
--lavender-900: #002E52;
--lavender-950: #001D33;
}