Lavender
#DEFCF3
GreenColor Codes
All color formats for development
HEX
#DEFCF3RGB
rgb(222, 252, 243)HSL
hsl(162, 83%, 93%)OKLCH
oklch(0.967 0.033 175.6)CMYK
cmyk(12%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8E3
2#88F4D3
3#5CF0C4
4#31ECB4
5#14D99E
6#10AE7E
7#0C825F
8#08573F
9#042B20
Tints
Lighter variations
1#E2FCF4
2#E5FDF5
3#E8FDF7
4#EBFDF8
5#EFFDF9
6#F2FEFA
7#F5FEFB
8#F8FEFD
9#FCFFFE
Tones
Muted variations
1#E0FAF2
2#E1F9F2
3#E3F8F1
4#E4F6F1
5#E6F5F0
6#E7F3F0
7#E9F2EF
8#EAF0EE
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B36 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFA;
--lavender-100: #DEFCF3;
--lavender-200: #C2F9E9;
--lavender-300: #94F5D8;
--lavender-400: #5CF0C3;
--lavender-500: #2DEBB2;
--lavender-600: #13CD95;
--lavender-700: #0FA377;
--lavender-800: #0B7555;
--lavender-900: #074B36;
--lavender-950: #042F22;
}