Lavender
#BFEBFD
BlueColor Codes
All color formats for development
HEX
#BFEBFDRGB
rgb(191, 235, 253)HSL
hsl(197, 94%, 87%)OKLCH
oklch(0.915 0.052 224.7)CMYK
cmyk(25%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94DEFC
2#69D1FA
3#3EC4F9
4#13B7F8
5#079CD7
6#057DAC
7#045E81
8#033E56
9#011F2B
Tints
Lighter variations
1#C5EDFD
2#CCEFFD
3#D2F1FE
4#D8F3FE
5#DFF5FE
6#E5F7FE
7#ECF9FE
8#F2FBFF
9#F9FDFF
Tones
Muted variations
1#C2EAFA
2#C5E9F7
3#C8E7F4
4#CBE6F1
5#CEE5ED
6#D1E3EA
7#D5E2E7
8#D8E1E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFB | BordersInactive statesPlaceholder text |
| 400 | 52CA #52CAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BB #20BBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079E #079EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057E #057EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045A #045A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0239 #02394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DCF4FE;
--lavender-200: #BFEBFD;
--lavender-300: #8DDCFB;
--lavender-400: #52CAFA;
--lavender-500: #20BBF8;
--lavender-600: #079EDA;
--lavender-700: #057EAD;
--lavender-800: #045A7C;
--lavender-900: #02394F;
--lavender-950: #022431;
}