Lavender
#DCEBFF
BlueColor Codes
All color formats for development
HEX
#DCEBFFRGB
rgb(220, 235, 255)HSL
hsl(214, 100%, 93%)OKLCH
oklch(0.935 0.032 255.6)CMYK
cmyk(14%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACD0FF
2#7CB5FF
3#4D9AFF
4#1E7FFF
5#0067ED
6#0052BE
7#003E8E
8#00295F
9#00152F
Tints
Lighter variations
1#DFEDFF
2#E2EFFF
3#E6F1FF
4#EAF3FF
5#EDF5FF
6#F1F7FF
7#F4F9FF
8#F8FBFF
9#FBFDFF
Tones
Muted variations
1#DDEBFD
2#DFEBFB
3#E1EBFA
4#E2ECF8
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 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD9 #BDD9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABD #8ABDFF | BordersInactive statesPlaceholder text |
| 400 | 4D9A #4D9AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A7D #1A7DFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0061 #0061E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004D #004DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0037 #003780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0023 #002352 | Primary textHigh emphasis contentDark headings |
| 950 | 0016 #001633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DBEBFF;
--lavender-200: #BDD9FF;
--lavender-300: #8ABDFF;
--lavender-400: #4D9AFF;
--lavender-500: #1A7DFF;
--lavender-600: #0061E0;
--lavender-700: #004DB3;
--lavender-800: #003780;
--lavender-900: #002352;
--lavender-950: #001633;
}