Lavender
#BEDBFE
BlueColor Codes
All color formats for development
HEX
#BEDBFERGB
rgb(190, 219, 254)HSL
hsl(213, 97%, 87%)OKLCH
oklch(0.882 0.058 253.3)CMYK
cmyk(25%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92C2FD
2#66AAFD
3#3B92FC
4#0F79FB
5#0364DB
6#0350AF
7#023C83
8#012857
9#01142C
Tints
Lighter variations
1#C4DEFE
2#CBE2FE
3#D1E6FE
4#D8E9FE
5#DEEDFF
6#E5F0FF
7#EBF4FF
8#F2F8FF
9#F8FBFF
Tones
Muted variations
1#C1DBFB
2#C4DBF8
3#C7DCF4
4#CBDCF1
5#CEDCEE
6#D1DDEB
7#D4DDE7
8#D7DDE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFD | BordersInactive statesPlaceholder text |
| 400 | 4F9D #4F9DFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D81 #1D81FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0365 #0365DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0351 #0351B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023A #023A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F7FF;
--lavender-100: #DCEBFE;
--lavender-200: #BEDBFE;
--lavender-300: #8BBFFD;
--lavender-400: #4F9DFC;
--lavender-500: #1D81FC;
--lavender-600: #0365DD;
--lavender-700: #0351B0;
--lavender-800: #023A7E;
--lavender-900: #012550;
--lavender-950: #011732;
}