Lavender
#DFECFB
BlueColor Codes
All color formats for development
HEX
#DFECFBRGB
rgb(223, 236, 251)HSL
hsl(212, 78%, 93%)OKLCH
oklch(0.938 0.025 251.9)CMYK
cmyk(11%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5D3F6
2#8BBAF1
3#61A1EB
4#3688E6
5#1A70D3
6#155AA9
7#10437F
8#0A2D54
9#05162A
Tints
Lighter variations
1#E2EEFB
2#E6F0FC
3#E9F2FC
4#ECF4FD
5#EFF6FD
6#F2F7FD
7#F5F9FE
8#F9FBFE
9#FCFDFF
Tones
Muted variations
1#E1ECFA
2#E2ECF8
3#E3EDF7
4#E5EDF6
5#E6EDF4
6#E8EDF3
7#E9EDF1
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FD;
--lavender-100: #DFECFB;
--lavender-200: #C4DCF8;
--lavender-300: #97C1F2;
--lavender-400: #60A1EB;
--lavender-500: #3386E6;
--lavender-600: #196AC8;
--lavender-700: #14559F;
--lavender-800: #0E3C71;
--lavender-900: #092749;
--lavender-950: #06182D;
}