Lavender
#E5F4F6
CyanColor Codes
All color formats for development
HEX
#E5F4F6RGB
rgb(229, 244, 246)HSL
hsl(187, 49%, 93%)OKLCH
oklch(0.957 0.016 206.4)CMYK
cmyk(7%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1E5EA
2#9ED6DE
3#7AC7D2
4#57B9C6
5#3CA3B1
6#30828D
7#24626A
8#184147
9#0C2123
Tints
Lighter variations
1#E7F5F7
2#EAF6F8
3#ECF7F9
4#EFF8FA
5#F2F9FA
6#F4FBFB
7#F7FCFC
8#FAFDFD
9#FCFEFE
Tones
Muted variations
1#E5F3F5
2#E6F3F4
3#E7F2F3
4#E8F1F2
5#E9F1F2
6#EAF0F1
7#EBEFF0
8#EBEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC7 #7AC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B7 #54B7C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399A #399AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7B #2E7B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FAFB;
--lavender-100: #E4F4F6;
--lavender-200: #CEEAEE;
--lavender-300: #A8DAE1;
--lavender-400: #7AC7D1;
--lavender-500: #54B7C4;
--lavender-600: #399AA7;
--lavender-700: #2E7B85;
--lavender-800: #21585F;
--lavender-900: #15383D;
--lavender-950: #0D2326;
}