Lavender
#BEEAFE
BlueColor Codes
All color formats for development
HEX
#BEEAFERGB
rgb(190, 234, 254)HSL
hsl(199, 97%, 87%)OKLCH
oklch(0.913 0.053 227.3)CMYK
cmyk(25%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92DBFD
2#66CDFD
3#3BBFFC
4#0FB0FB
5#0396DB
6#0378AF
7#025A83
8#013C57
9#011E2C
Tints
Lighter variations
1#C4ECFE
2#CBEEFE
3#D1F0FE
4#D8F2FE
5#DEF4FF
6#E5F6FF
7#EBF9FF
8#F2FBFF
9#F8FDFF
Tones
Muted variations
1#C1E8FB
2#C4E7F8
3#C7E6F4
4#CBE5F1
5#CEE4EE
6#D1E3EB
7#D4E1E7
8#D7E0E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FD | BordersInactive statesPlaceholder text |
| 400 | 4FC5 #4FC5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB5 #1DB5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0398 #0398DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0379 #0379B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0256 #02567E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013750 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DCF3FE;
--lavender-200: #BEEAFE;
--lavender-300: #8BD9FD;
--lavender-400: #4FC5FC;
--lavender-500: #1DB5FC;
--lavender-600: #0398DD;
--lavender-700: #0379B0;
--lavender-800: #02567E;
--lavender-900: #013750;
--lavender-950: #012332;
}