Lavender
#E5F2F6
CyanColor Codes
All color formats for development
HEX
#E5F2F6RGB
rgb(229, 242, 246)HSL
hsl(194, 49%, 93%)OKLCH
oklch(0.953 0.015 218)CMYK
cmyk(7%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1E0EA
2#9ECFDE
3#7ABDD2
4#57ACC6
5#3C96B1
6#30788D
7#245A6A
8#183C47
9#0C1E23
Tints
Lighter variations
1#E7F3F7
2#EAF4F8
3#ECF6F9
4#EFF7FA
5#F2F8FA
6#F4FAFB
7#F7FBFC
8#FAFCFD
9#FCFEFE
Tones
Muted variations
1#E5F1F5
2#E6F1F4
3#E7F0F3
4#E8F0F2
5#E9EFF2
6#EAEFF1
7#EBEFF0
8#EBEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABD #7ABDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AA #54AAC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398E #398EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E71 #2E7185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E4F2F6;
--lavender-200: #CEE7EE;
--lavender-300: #A8D4E1;
--lavender-400: #7ABDD1;
--lavender-500: #54AAC4;
--lavender-600: #398EA7;
--lavender-700: #2E7185;
--lavender-800: #21505F;
--lavender-900: #15333D;
--lavender-950: #0D2026;
}