Lavender
#CBF0E2
GreenColor Codes
All color formats for development
HEX
#CBF0E2RGB
rgb(203, 240, 226)HSL
hsl(157, 55%, 87%)OKLCH
oklch(0.925 0.043 170.5)CMYK
cmyk(15%, 0%, 6%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6CF
2#87DCBB
3#64D2A8
4#42C895
5#32AC7D
6#288A64
7#1E674B
8#144532
9#0A2219
Tints
Lighter variations
1#D1F2E5
2#D6F3E8
3#DBF5EB
4#E0F6EE
5#E5F8F1
6#EAF9F3
7#F0FBF6
8#F5FCF9
9#FAFEFC
Tones
Muted variations
1#CDEEE2
2#CFECE1
3#D1EBE1
4#D3E9E0
5#D5E7E0
6#D7E5E0
7#D8E3DF
8#DAE1DF
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E3F7EF;
--lavender-200: #CCF0E2;
--lavender-300: #A4E5CC;
--lavender-400: #75D7B1;
--lavender-500: #4DCB9B;
--lavender-600: #32AE7F;
--lavender-700: #288A65;
--lavender-800: #1D6348;
--lavender-900: #123F2E;
--lavender-950: #0B281D;
}