Lavender
#DFFCF2
GreenColor Codes
All color formats for development
HEX
#DFFCF2RGB
rgb(223, 252, 242)HSL
hsl(159, 83%, 93%)OKLCH
oklch(0.967 0.033 172.9)CMYK
cmyk(12%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8E0
2#88F4CE
3#5CF0BC
4#31ECAA
5#14D994
6#10AE76
7#0C8259
8#08573B
9#042B1E
Tints
Lighter variations
1#E2FCF3
2#E5FDF4
3#E8FDF6
4#EBFDF7
5#EFFDF8
6#F2FEFA
7#F5FEFB
8#F8FEFC
9#FCFFFE
Tones
Muted variations
1#E0FAF1
2#E1F9F1
3#E3F8F0
4#E4F6F0
5#E6F5EF
6#E7F3EF
7#E9F2EE
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 #C2F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEF9;
--lavender-100: #DEFCF2;
--lavender-200: #C2F9E6;
--lavender-300: #94F5D3;
--lavender-400: #5CF0BC;
--lavender-500: #2DEBA9;
--lavender-600: #13CD8C;
--lavender-700: #0FA36F;
--lavender-800: #0B7550;
--lavender-900: #074B33;
--lavender-950: #042F20;
}