Lavender
#E9F0F1
CyanColor Codes
All color formats for development
HEX
#E9F0F1RGB
rgb(233, 240, 241)HSL
hsl(187, 22%, 93%)OKLCH
oklch(0.95 0.008 207.1)CMYK
cmyk(3%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCDCDF
2#AFC9CC
3#92B5BA
4#75A1A7
5#5C8B91
6#4A6F74
7#375357
8#25373A
9#121C1D
Tints
Lighter variations
1#EBF2F2
2#EEF3F4
3#F0F5F5
4#F2F6F7
5#F4F8F8
6#F6F9F9
7#F8FBFB
8#FBFCFC
9#FDFEFE
Tones
Muted variations
1#EAF0F1
2#EAF0F0
3#EAEFF0
4#EBEFF0
5#EBEFEF
6#ECEEEF
7#ECEEEE
8#ECEEEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E3 #D7E3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7CE #B7CED1 | BordersInactive statesPlaceholder text |
| 400 | 92B5 #92B5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A0 #73A0A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5883 #588389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4668 #46686D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324B #324B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2030 #203032 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F9F9;
--lavender-100: #E9F0F1;
--lavender-200: #D7E3E5;
--lavender-300: #B7CED1;
--lavender-400: #92B5B9;
--lavender-500: #73A0A5;
--lavender-600: #588389;
--lavender-700: #46686D;
--lavender-800: #324B4E;
--lavender-900: #203032;
--lavender-950: #141E1F;
}