Lavender
#DFEBFC
BlueColor Codes
All color formats for development
HEX
#DFEBFCRGB
rgb(223, 235, 252)HSL
hsl(215, 83%, 93%)OKLCH
oklch(0.936 0.026 257)CMYK
cmyk(12%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3D0F8
2#88B5F4
3#5C9AF0
4#317FEC
5#1466D9
6#1052AE
7#0C3D82
8#082957
9#04142B
Tints
Lighter variations
1#E2EDFC
2#E5EFFD
3#E8F1FD
4#EBF3FD
5#EFF5FD
6#F2F7FE
7#F5F9FE
8#F8FBFE
9#FCFDFF
Tones
Muted variations
1#E0EBFA
2#E1EBF9
3#E3EBF8
4#E4ECF6
5#E6ECF5
6#E7ECF3
7#E9ECF2
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF5 | BordersInactive statesPlaceholder text |
| 400 | 5C99 #5C99F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D7C #2D7CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1361 #1361CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4D #0F4DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DEEBFC;
--lavender-200: #C2D9F9;
--lavender-300: #94BCF5;
--lavender-400: #5C99F0;
--lavender-500: #2D7CEB;
--lavender-600: #1361CD;
--lavender-700: #0F4DA3;
--lavender-800: #0B3775;
--lavender-900: #07234B;
--lavender-950: #04162F;
}