Lavender
#DFEAFC
BlueColor Codes
All color formats for development
HEX
#DFEAFCRGB
rgb(223, 234, 252)HSL
hsl(217, 83%, 93%)OKLCH
oklch(0.934 0.027 260.3)CMYK
cmyk(12%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3CDF8
2#88B1F4
3#5C95F0
4#3178EC
5#1460D9
6#104CAE
7#0C3982
8#082657
9#04132B
Tints
Lighter variations
1#E2ECFC
2#E5EEFD
3#E8F0FD
4#EBF2FD
5#EFF4FD
6#F2F6FE
7#F5F9FE
8#F8FBFE
9#FCFDFF
Tones
Muted variations
1#E0EAFA
2#E1EAF9
3#E3EBF8
4#E4EBF6
5#E6EBF5
6#E7ECF3
7#E9ECF2
8#EAECF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D7 #C2D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B9 #94B9F5 | BordersInactive statesPlaceholder text |
| 400 | 5C94 #5C94F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D76 #2D76EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 135A #135ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F48 #0F48A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B33 #0B3375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0721 #07214B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DEEAFC;
--lavender-200: #C2D7F9;
--lavender-300: #94B9F5;
--lavender-400: #5C94F0;
--lavender-500: #2D76EB;
--lavender-600: #135ACD;
--lavender-700: #0F48A3;
--lavender-800: #0B3375;
--lavender-900: #07214B;
--lavender-950: #04152F;
}