Lavender
#DDFEEF
GreenColor Codes
All color formats for development
HEX
#DDFEEFRGB
rgb(221, 254, 239)HSL
hsl(153, 94%, 93%)OKLCH
oklch(0.969 0.04 166.4)CMYK
cmyk(13%, 0%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEFDD9
2#80FBC4
3#52FAAE
4#24F899
5#07E682
6#06B868
7#048A4E
8#035C34
9#012E1A
Tints
Lighter variations
1#E0FEF0
2#E3FEF2
3#E7FEF4
4#EAFEF5
5#EEFEF7
6#F1FFF9
7#F5FFFA
8#F8FFFC
9#FCFFFD
Tones
Muted variations
1#DEFCEF
2#E0FBEE
3#E1F9EE
4#E3F7EE
5#E5F6EE
6#E6F4EE
7#E8F2EE
8#EAF1ED
9#EBEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBCA | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAAE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F897 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF8;
--lavender-100: #DCFEEF;
--lavender-200: #BFFDE1;
--lavender-300: #8DFBCA;
--lavender-400: #52FAAE;
--lavender-500: #20F897;
--lavender-600: #07DA7B;
--lavender-700: #05AD62;
--lavender-800: #047C46;
--lavender-900: #024F2D;
--lavender-950: #02311C;
}