Lavender
#BEEAFD
BlueColor Codes
All color formats for development
HEX
#BEEAFDRGB
rgb(190, 234, 253)HSL
hsl(198, 94%, 87%)OKLCH
oklch(0.912 0.052 226)CMYK
cmyk(25%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94DCFC
2#69CFFA
3#3EC1F9
4#13B3F8
5#0799D7
6#057AAC
7#045C81
8#033D56
9#011F2B
Tints
Lighter variations
1#C5ECFD
2#CCEEFD
3#D2F1FE
4#D8F3FE
5#DFF5FE
6#E5F7FE
7#ECF9FE
8#F2FBFF
9#F9FDFF
Tones
Muted variations
1#C2E9FA
2#C5E8F7
3#C8E7F4
4#CBE5F1
5#CEE4ED
6#D1E3EA
7#D5E2E7
8#D8E0E4
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 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDA #8DDAFB | BordersInactive statesPlaceholder text |
| 400 | 52C7 #52C7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B7 #20B7F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079A #079ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057B #057BAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0458 #04587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #02384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DCF4FE;
--lavender-200: #BFEAFD;
--lavender-300: #8DDAFB;
--lavender-400: #52C7FA;
--lavender-500: #20B7F8;
--lavender-600: #079ADA;
--lavender-700: #057BAD;
--lavender-800: #04587C;
--lavender-900: #02384F;
--lavender-950: #022331;
}