Lavender
#E1F2F9
BlueColor Codes
All color formats for development
HEX
#E1F2F9RGB
rgb(225, 242, 249)HSL
hsl(198, 67%, 93%)OKLCH
oklch(0.951 0.02 224.3)CMYK
cmyk(10%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAE1F1
2#92CFE9
3#6ABEE2
4#43ACDA
5#2796C6
6#1F789E
7#175A77
8#103C4F
9#081E28
Tints
Lighter variations
1#E4F3FA
2#E7F5FA
3#EAF6FB
4#EDF7FB
5#F0F8FC
6#F3FAFD
7#F6FBFD
8#F9FCFE
9#FCFEFE
Tones
Muted variations
1#E2F1F8
2#E4F1F7
3#E5F0F6
4#E6F0F4
5#E7F0F3
6#E8EFF2
7#EAEFF1
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 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD4 #9DD4EC | BordersInactive statesPlaceholder text |
| 400 | 6ABE #6ABEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FAB #3FABD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 258E #258EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D71 #1D7195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1551 #15516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FC;
--lavender-100: #E1F2F9;
--lavender-200: #C8E7F4;
--lavender-300: #9DD4EC;
--lavender-400: #6ABEE2;
--lavender-500: #3FABD9;
--lavender-600: #258EBB;
--lavender-700: #1D7195;
--lavender-800: #15516A;
--lavender-900: #0D3444;
--lavender-950: #08202B;
}