Lavender
#DEFCF4
GreenColor Codes
All color formats for development
HEX
#DEFCF4RGB
rgb(222, 252, 244)HSL
hsl(164, 83%, 93%)OKLCH
oklch(0.967 0.033 177.8)CMYK
cmyk(12%, 0%, 3%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8E6
2#88F4D7
3#5CF0C8
4#31ECBA
5#14D9A5
6#10AE84
7#0C8263
8#085742
9#042B21
Tints
Lighter variations
1#E2FCF5
2#E5FDF6
3#E8FDF7
4#EBFDF8
5#EFFDFA
6#F2FEFB
7#F5FEFC
8#F8FEFD
9#FCFFFE
Tones
Muted variations
1#E0FAF3
2#E1F9F3
3#E3F8F2
4#E4F6F1
5#E6F5F1
6#E7F3F0
7#E9F2EF
8#EAF0EF
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFA;
--lavender-100: #DEFCF4;
--lavender-200: #C2F9EB;
--lavender-300: #94F5DB;
--lavender-400: #5CF0C8;
--lavender-500: #2DEBB9;
--lavender-600: #13CD9C;
--lavender-700: #0FA37C;
--lavender-800: #0B7558;
--lavender-900: #074B39;
--lavender-950: #042F23;
}