Lavender
#DDFEF1
GreenColor Codes
All color formats for development
HEX
#DDFEF1RGB
rgb(221, 254, 241)HSL
hsl(156, 94%, 93%)OKLCH
oklch(0.97 0.038 169.8)CMYK
cmyk(13%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEFDDD
2#80FBCA
3#52FAB7
4#24F8A3
5#07E68D
6#06B871
7#048A55
8#035C38
9#012E1C
Tints
Lighter variations
1#E0FEF2
2#E3FEF3
3#E7FEF5
4#EAFEF6
5#EEFEF8
6#F1FFF9
7#F5FFFB
8#F8FFFC
9#FCFFFE
Tones
Muted variations
1#DEFCF0
2#E0FBF0
3#E1F9EF
4#E3F7EF
5#E5F6EF
6#E6F4EE
7#E8F2EE
8#EAF1EE
9#EBEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCF | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF9;
--lavender-100: #DCFEF1;
--lavender-200: #BFFDE4;
--lavender-300: #8DFBCF;
--lavender-400: #52FAB7;
--lavender-500: #20F8A2;
--lavender-600: #07DA85;
--lavender-700: #05AD6A;
--lavender-800: #047C4C;
--lavender-900: #024F30;
--lavender-950: #02311E;
}