Lavender
#BEDAFE
BlueColor Codes
All color formats for development
HEX
#BEDAFERGB
rgb(190, 218, 254)HSL
hsl(214, 97%, 87%)OKLCH
oklch(0.88 0.058 254.8)CMYK
cmyk(25%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92C1FD
2#66A7FD
3#3B8EFC
4#0F75FB
5#0361DB
6#034DAF
7#023A83
8#012757
9#01132C
Tints
Lighter variations
1#C4DDFE
2#CBE1FE
3#D1E5FE
4#D8E9FE
5#DEECFF
6#E5F0FF
7#EBF4FF
8#F2F8FF
9#F8FBFF
Tones
Muted variations
1#C1DAFB
2#C4DAF8
3#C7DBF4
4#CBDBF1
5#CEDCEE
6#D1DCEB
7#D4DDE7
8#D7DDE4
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBD #8BBDFD | BordersInactive statesPlaceholder text |
| 400 | 4F9A #4F9AFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7D #1D7DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0362 #0362DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034E #034EB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0238 #02387E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0124 #012450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DCEBFE;
--lavender-200: #BEDAFE;
--lavender-300: #8BBDFD;
--lavender-400: #4F9AFC;
--lavender-500: #1D7DFC;
--lavender-600: #0362DD;
--lavender-700: #034EB0;
--lavender-800: #02387E;
--lavender-900: #012450;
--lavender-950: #011632;
}