Lavender
#DFFCF3
GreenColor Codes
All color formats for development
HEX
#DFFCF3RGB
rgb(223, 252, 243)HSL
hsl(161, 83%, 93%)OKLCH
oklch(0.968 0.032 175)CMYK
cmyk(12%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8E2
2#88F4D2
3#5CF0C1
4#31ECB1
5#14D99B
6#10AE7C
7#0C825D
8#08573E
9#042B1F
Tints
Lighter variations
1#E2FCF4
2#E5FDF5
3#E8FDF6
4#EBFDF8
5#EFFDF9
6#F2FEFA
7#F5FEFB
8#F8FEFD
9#FCFFFE
Tones
Muted variations
1#E0FAF2
2#E1F9F1
3#E3F8F1
4#E4F6F0
5#E6F5F0
6#E7F3EF
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 #C2F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B35 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFA;
--lavender-100: #DEFCF3;
--lavender-200: #C2F9E8;
--lavender-300: #94F5D6;
--lavender-400: #5CF0C1;
--lavender-500: #2DEBAF;
--lavender-600: #13CD92;
--lavender-700: #0FA374;
--lavender-800: #0B7553;
--lavender-900: #074B35;
--lavender-950: #042F21;
}