Lavender
#DEFCF2
GreenColor Codes
All color formats for development
HEX
#DEFCF2RGB
rgb(222, 252, 242)HSL
hsl(160, 83%, 93%)OKLCH
oklch(0.967 0.034 173.5)CMYK
cmyk(12%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8E1
2#88F4D0
3#5CF0BF
4#31ECAD
5#14D997
6#10AE79
7#0C825B
8#08573D
9#042B1E
Tints
Lighter variations
1#E2FCF3
2#E5FDF5
3#E8FDF6
4#EBFDF7
5#EFFDF9
6#F2FEFA
7#F5FEFB
8#F8FEFC
9#FCFFFE
Tones
Muted variations
1#E0FAF2
2#E1F9F1
3#E3F8F1
4#E4F6F0
5#E6F5F0
6#E7F3EF
7#E9F2EF
8#EAF0EE
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BE | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEF9;
--lavender-100: #DEFCF2;
--lavender-200: #C2F9E7;
--lavender-300: #94F5D5;
--lavender-400: #5CF0BE;
--lavender-500: #2DEBAC;
--lavender-600: #13CD8F;
--lavender-700: #0FA372;
--lavender-800: #0B7551;
--lavender-900: #074B34;
--lavender-950: #042F21;
}