Lavender
#E1F1F9
BlueColor Codes
All color formats for development
HEX
#E1F1F9RGB
rgb(225, 241, 249)HSL
hsl(200, 67%, 93%)OKLCH
oklch(0.949 0.02 229)CMYK
cmyk(10%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BADFF1
2#92CCE9
3#6ABAE2
4#43A7DA
5#2791C6
6#1F749E
7#175777
8#103A4F
9#081D28
Tints
Lighter variations
1#E4F3FA
2#E7F4FA
3#EAF5FB
4#EDF7FB
5#F0F8FC
6#F3F9FD
7#F6FBFD
8#F9FCFE
9#FCFEFE
Tones
Muted variations
1#E2F1F8
2#E4F0F7
3#E5F0F6
4#E6F0F4
5#E7EFF3
6#E8EFF2
7#EAEEF1
8#EBEEF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E5 #C8E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD1 #9DD1EC | BordersInactive statesPlaceholder text |
| 400 | 6ABA #6ABAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA6 #3FA6D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2589 #2589BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6D #1D6D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154E #154E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3244 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FC;
--lavender-100: #E1F1F9;
--lavender-200: #C8E5F4;
--lavender-300: #9DD1EC;
--lavender-400: #6ABAE2;
--lavender-500: #3FA6D9;
--lavender-600: #2589BB;
--lavender-700: #1D6D95;
--lavender-800: #154E6A;
--lavender-900: #0D3244;
--lavender-950: #081F2B;
}