Lavender
#DEFCF7
CyanColor Codes
All color formats for development
HEX
#DEFCF7RGB
rgb(222, 252, 247)HSL
hsl(170, 83%, 93%)OKLCH
oklch(0.968 0.032 184.6)CMYK
cmyk(12%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F8EC
2#88F4E2
3#5CF0D7
4#31ECCD
5#14D9B8
6#10AE93
7#0C826F
8#08574A
9#042B25
Tints
Lighter variations
1#E2FCF8
2#E5FDF9
3#E8FDF9
4#EBFDFA
5#EFFDFB
6#F2FEFC
7#F5FEFD
8#F8FEFD
9#FCFFFE
Tones
Muted variations
1#E0FAF6
2#E1F9F5
3#E3F8F4
4#E4F6F3
5#E6F5F2
6#E7F3F1
7#E9F2F0
8#EAF0EF
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DEFCF7;
--lavender-200: #C2F9F0;
--lavender-300: #94F5E5;
--lavender-400: #5CF0D7;
--lavender-500: #2DEBCC;
--lavender-600: #13CDAE;
--lavender-700: #0FA38B;
--lavender-800: #0B7563;
--lavender-900: #074B3F;
--lavender-950: #042F28;
}