Lavender
#DEE2FD
BlueColor Codes
All color formats for development
HEX
#DEE2FDRGB
rgb(222, 226, 253)HSL
hsl(232, 89%, 93%)OKLCH
oklch(0.918 0.037 279)CMYK
cmyk(12%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BAFA
2#8493F8
3#576CF5
4#2A45F3
5#0D29E0
6#0A21B3
7#081986
8#05105A
9#03082D
Tints
Lighter variations
1#E1E4FD
2#E4E7FD
3#E7EAFE
4#EBEDFE
5#EEF0FE
6#F2F3FE
7#F5F6FE
8#F8F9FF
9#FCFCFF
Tones
Muted variations
1#DFE3FB
2#E0E4FA
3#E2E5F8
4#E4E6F7
5#E5E7F5
6#E7E8F4
7#E8EAF2
8#EAEBF0
9#ECECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 566B #566BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2641 #2641F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C27 #0C27D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1F #0A1FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0716 #071678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE1FD;
--lavender-200: #C0C8FB;
--lavender-300: #909EF9;
--lavender-400: #566BF5;
--lavender-500: #2641F2;
--lavender-600: #0C27D4;
--lavender-700: #0A1FA9;
--lavender-800: #071678;
--lavender-900: #040E4D;
--lavender-950: #030930;
}