Lavender
#DFEFFB
BlueColor Codes
All color formats for development
HEX
#DFEFFBRGB
rgb(223, 239, 251)HSL
hsl(206, 78%, 93%)OKLCH
oklch(0.944 0.024 240.1)CMYK
cmyk(11%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5DAF6
2#8BC5F1
3#61AFEB
4#369AE6
5#1A83D3
6#1569A9
7#104F7F
8#0A3454
9#051A2A
Tints
Lighter variations
1#E2F1FB
2#E6F2FC
3#E9F4FC
4#ECF5FD
5#EFF7FD
6#F2F9FD
7#F5FAFE
8#F9FCFE
9#FCFDFF
Tones
Muted variations
1#E1EFFA
2#E2EFF8
3#E3EEF7
4#E5EEF6
5#E6EEF4
6#E8EEF3
7#E9EEF1
8#EAEEF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CA #97CAF2 | BordersInactive statesPlaceholder text |
| 400 | 60AF #60AFEB | Disabled statesSecondary iconsMuted text |
| 500 | 3398 #3398E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197C #197CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1463 #14639F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E46 #0E4671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FD;
--lavender-100: #DFEFFB;
--lavender-200: #C4E1F8;
--lavender-300: #97CAF2;
--lavender-400: #60AFEB;
--lavender-500: #3398E6;
--lavender-600: #197CC8;
--lavender-700: #14639F;
--lavender-800: #0E4671;
--lavender-900: #092D49;
--lavender-950: #061C2D;
}