Lavender
#DDECFD
BlueColor Codes
All color formats for development
HEX
#DDECFDRGB
rgb(221, 236, 253)HSL
hsl(212, 89%, 93%)OKLCH
oklch(0.937 0.028 251.5)CMYK
cmyk(13%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0D3FA
2#84BAF8
3#57A1F5
4#2A88F3
5#0D70E0
6#0A59B3
7#084386
8#052D5A
9#03162D
Tints
Lighter variations
1#E1EEFD
2#E4F0FD
3#E7F2FE
4#EBF4FE
5#EEF6FE
6#F2F7FE
7#F5F9FE
8#F8FBFF
9#FCFDFF
Tones
Muted variations
1#DFECFB
2#E0ECFA
3#E2ECF8
4#E4EDF7
5#E5EDF5
6#E7EDF4
7#E8EDF2
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C1 #90C1F9 | BordersInactive statesPlaceholder text |
| 400 | 56A0 #56A0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2685 #2685F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C6A #0C6AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A54 #0A54A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073C #073C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264D | Primary textHigh emphasis contentDark headings |
| 950 | 0318 #031830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DDECFD;
--lavender-200: #C0DCFB;
--lavender-300: #90C1F9;
--lavender-400: #56A0F5;
--lavender-500: #2685F2;
--lavender-600: #0C6AD4;
--lavender-700: #0A54A9;
--lavender-800: #073C78;
--lavender-900: #04264D;
--lavender-950: #031830;
}