Lavender
#DEECFD
BlueColor Codes
All color formats for development
HEX
#DEECFDRGB
rgb(222, 236, 253)HSL
hsl(213, 89%, 93%)OKLCH
oklch(0.938 0.028 253.2)CMYK
cmyk(12%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0D2FA
2#84B8F8
3#579EF5
4#2A84F3
5#0D6CE0
6#0A56B3
7#084186
8#052B5A
9#03162D
Tints
Lighter variations
1#E1EEFD
2#E4EFFD
3#E7F1FE
4#EBF3FE
5#EEF5FE
6#F2F7FE
7#F5F9FE
8#F8FBFF
9#FCFDFF
Tones
Muted variations
1#DFECFB
2#E0ECFA
3#E2ECF8
4#E4ECF7
5#E5ECF5
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 | C0DB #C0DBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BF #90BFF9 | BordersInactive statesPlaceholder text |
| 400 | 569E #569EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2682 #2682F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C66 #0C66D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A51 #0A51A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 073A #073A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254D | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DDECFD;
--lavender-200: #C0DBFB;
--lavender-300: #90BFF9;
--lavender-400: #569EF5;
--lavender-500: #2682F2;
--lavender-600: #0C66D4;
--lavender-700: #0A51A9;
--lavender-800: #073A78;
--lavender-900: #04254D;
--lavender-950: #031730;
}