Lavender
#BEDDFE
BlueColor Codes
All color formats for development
HEX
#BEDDFERGB
rgb(190, 221, 254)HSL
hsl(211, 97%, 87%)OKLCH
oklch(0.886 0.056 250.1)CMYK
cmyk(25%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92C6FD
2#66AFFD
3#3B98FC
4#0F81FB
5#036BDB
6#0356AF
7#024083
8#012B57
9#01152C
Tints
Lighter variations
1#C4E0FE
2#CBE4FE
3#D1E7FE
4#D8EAFE
5#DEEEFF
6#E5F1FF
7#EBF5FF
8#F2F8FF
9#F8FCFF
Tones
Muted variations
1#C1DDFB
2#C4DDF8
3#C7DDF4
4#CBDDF1
5#CEDDEE
6#D1DDEB
7#D4DEE7
8#D7DEE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FD | BordersInactive statesPlaceholder text |
| 400 | 4FA3 #4FA3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D89 #1D89FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 036D #036DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0356 #0356B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023E #023E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012750 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F7FF;
--lavender-100: #DCEDFE;
--lavender-200: #BEDDFE;
--lavender-300: #8BC2FD;
--lavender-400: #4FA3FC;
--lavender-500: #1D89FC;
--lavender-600: #036DDD;
--lavender-700: #0356B0;
--lavender-800: #023E7E;
--lavender-900: #012750;
--lavender-950: #011932;
}