Lavender
#DFFCF1
GreenColor Codes
All color formats for development
HEX
#DFFCF1RGB
rgb(223, 252, 241)HSL
hsl(157, 83%, 93%)OKLCH
oklch(0.967 0.033 170.8)CMYK
cmyk(12%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8DD
2#88F4CA
3#5CF0B7
4#31ECA4
5#14D98E
6#10AE71
7#0C8255
8#085739
9#042B1C
Tints
Lighter variations
1#E2FCF2
2#E5FDF3
3#E8FDF5
4#EBFDF6
5#EFFDF8
6#F2FEF9
7#F5FEFB
8#F8FEFC
9#FCFFFE
Tones
Muted variations
1#E0FAF0
2#E1F9F0
3#E3F8F0
4#E4F6EF
5#E6F5EF
6#E7F3EF
7#E9F2EE
8#EAF0EE
9#ECEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEF9;
--lavender-100: #DEFCF1;
--lavender-200: #C2F9E4;
--lavender-300: #94F5D0;
--lavender-400: #5CF0B7;
--lavender-500: #2DEBA2;
--lavender-600: #13CD86;
--lavender-700: #0FA36B;
--lavender-800: #0B754C;
--lavender-900: #074B31;
--lavender-950: #042F1E;
}