Lavender
#E2F1F9
BlueColor Codes
All color formats for development
HEX
#E2F1F9RGB
rgb(226, 241, 249)HSL
hsl(201, 66%, 93%)OKLCH
oklch(0.949 0.019 230.7)CMYK
cmyk(9%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BADEF1
2#93CBE9
3#6BB8E1
4#44A5D9
5#288EC5
6#20729D
7#185576
8#10394F
9#081C27
Tints
Lighter variations
1#E4F2FA
2#E7F4FA
3#EAF5FB
4#EDF6FB
5#F0F8FC
6#F3F9FD
7#F6FBFD
8#F9FCFE
9#FCFEFE
Tones
Muted variations
1#E3F0F8
2#E4F0F7
3#E5F0F5
4#E6EFF4
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 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED0 #9ED0EB | BordersInactive statesPlaceholder text |
| 400 | 6BB7 #6BB7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41A3 #41A3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2686 #2686BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E6B #1E6B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164C #164C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E31 #0E3144 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FC;
--lavender-100: #E1F1F9;
--lavender-200: #C8E4F4;
--lavender-300: #9ED0EB;
--lavender-400: #6BB7E1;
--lavender-500: #41A3D8;
--lavender-600: #2686BA;
--lavender-700: #1E6B94;
--lavender-800: #164C6A;
--lavender-900: #0E3144;
--lavender-950: #091F2A;
}