Lavender
#E9F1F1
CyanColor Codes
All color formats for development
HEX
#E9F1F1RGB
rgb(233, 241, 241)HSL
hsl(180, 22%, 93%)OKLCH
oklch(0.952 0.009 197)CMYK
cmyk(3%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCDFDF
2#AFCCCC
3#92BABA
4#75A7A7
5#5C9191
6#4A7474
7#375757
8#253A3A
9#121D1D
Tints
Lighter variations
1#EBF2F2
2#EEF4F4
3#F0F5F5
4#F2F7F7
5#F4F8F8
6#F6F9F9
7#F8FBFB
8#FBFCFC
9#FDFEFE
Tones
Muted variations
1#EAF1F1
2#EAF0F0
3#EAF0F0
4#EBF0F0
5#EBEFEF
6#ECEFEF
7#ECEEEE
8#ECEEEE
9#EDEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E5 #D7E5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7D1 #B7D1D1 | BordersInactive statesPlaceholder text |
| 400 | 92B9 #92B9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 73A5 #73A5A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5889 #588989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 466D #466D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324E #324E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2032 #203232 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F9F9;
--lavender-100: #E9F1F1;
--lavender-200: #D7E5E5;
--lavender-300: #B7D1D1;
--lavender-400: #92B9B9;
--lavender-500: #73A5A5;
--lavender-600: #588989;
--lavender-700: #466D6D;
--lavender-800: #324E4E;
--lavender-900: #203232;
--lavender-950: #141F1F;
}