Lavender
#E5F3F6
CyanColor Codes
All color formats for development
HEX
#E5F3F6RGB
rgb(229, 243, 246)HSL
hsl(191, 49%, 93%)OKLCH
oklch(0.955 0.015 212)CMYK
cmyk(7%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1E2EA
2#9ED2DE
3#7AC2D2
4#57B1C6
5#3C9BB1
6#307C8D
7#245D6A
8#183E47
9#0C1F23
Tints
Lighter variations
1#E7F4F7
2#EAF5F8
3#ECF6F9
4#EFF8FA
5#F2F9FA
6#F4FAFB
7#F7FBFC
8#FAFDFD
9#FCFEFE
Tones
Muted variations
1#E5F2F5
2#E6F2F4
3#E7F1F3
4#E8F0F2
5#E9F0F2
6#EAEFF1
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 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D7 #A8D7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC1 #7AC1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B0 #54B0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3993 #3993A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E75 #2E7585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2154 #21545F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FAFB;
--lavender-100: #E4F3F6;
--lavender-200: #CEE8EE;
--lavender-300: #A8D7E1;
--lavender-400: #7AC1D1;
--lavender-500: #54B0C4;
--lavender-600: #3993A7;
--lavender-700: #2E7585;
--lavender-800: #21545F;
--lavender-900: #15353D;
--lavender-950: #0D2126;
}