Lavender
#DEEEFD
BlueColor Codes
All color formats for development
HEX
#DEEEFDRGB
rgb(222, 238, 253)HSL
hsl(209, 89%, 93%)OKLCH
oklch(0.942 0.027 246.3)CMYK
cmyk(12%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0D7FA
2#84C0F8
3#57A9F5
4#2A92F3
5#0D7AE0
6#0A62B3
7#084986
8#05315A
9#03182D
Tints
Lighter variations
1#E1EFFD
2#E4F1FD
3#E7F3FE
4#EBF5FE
5#EEF6FE
6#F2F8FE
7#F5FAFE
8#F8FCFF
9#FCFDFF
Tones
Muted variations
1#DFEEFB
2#E0EEFA
3#E2EEF8
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 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 56A8 #56A8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2690 #2690F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C74 #0C74D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5C #0A5CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0742 #074278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DDEEFD;
--lavender-200: #C0DFFB;
--lavender-300: #90C6F9;
--lavender-400: #56A8F5;
--lavender-500: #2690F2;
--lavender-600: #0C74D4;
--lavender-700: #0A5CA9;
--lavender-800: #074278;
--lavender-900: #042A4D;
--lavender-950: #031A30;
}