Lavender
#DDEEFD
BlueColor Codes
All color formats for development
HEX
#DDEEFDRGB
rgb(221, 238, 253)HSL
hsl(208, 89%, 93%)OKLCH
oklch(0.941 0.027 244.7)CMYK
cmyk(13%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0D8FA
2#84C2F8
3#57ABF5
4#2A95F3
5#0D7EE0
6#0A64B3
7#084B86
8#05325A
9#03192D
Tints
Lighter variations
1#E1F0FD
2#E4F2FD
3#E7F3FE
4#EBF5FE
5#EEF7FE
6#F2F8FE
7#F5FAFE
8#F8FCFF
9#FCFDFF
Tones
Muted variations
1#DFEEFB
2#E0EEFA
3#E2EEF8
4#E4EEF7
5#E5EEF5
6#E7EEF4
7#E8EDF2
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 56AB #56ABF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2693 #2693F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C77 #0C77D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5F #0A5FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0744 #074478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DDEEFD;
--lavender-200: #C0E0FB;
--lavender-300: #90C8F9;
--lavender-400: #56ABF5;
--lavender-500: #2693F2;
--lavender-600: #0C77D4;
--lavender-700: #0A5FA9;
--lavender-800: #074478;
--lavender-900: #042B4D;
--lavender-950: #031B30;
}