Lavender
#BEE7FE
BlueColor Codes
All color formats for development
HEX
#BEE7FERGB
rgb(190, 231, 254)HSL
hsl(202, 97%, 87%)OKLCH
oklch(0.906 0.053 232.7)CMYK
cmyk(25%, 9%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92D6FD
2#66C6FD
3#3BB5FC
4#0FA5FB
5#038CDB
6#0370AF
7#025483
8#013857
9#011C2C
Tints
Lighter variations
1#C4E9FE
2#CBEBFE
3#D1EEFE
4#D8F0FE
5#DEF3FF
6#E5F5FF
7#EBF8FF
8#F2FAFF
9#F8FDFF
Tones
Muted variations
1#C1E6FB
2#C4E5F8
3#C7E4F4
4#CBE3F1
5#CEE2EE
6#D1E1EB
7#D4E0E7
8#D7E0E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE6 #BEE6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD4 #8BD4FD | BordersInactive statesPlaceholder text |
| 400 | 4FBD #4FBDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAA #1DAAFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 038D #038DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0370 #0370B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0250 #02507E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0133 #013350 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DCF2FE;
--lavender-200: #BEE6FE;
--lavender-300: #8BD4FD;
--lavender-400: #4FBDFC;
--lavender-500: #1DAAFC;
--lavender-600: #038DDD;
--lavender-700: #0370B0;
--lavender-800: #02507E;
--lavender-900: #013350;
--lavender-950: #012032;
}