Lavender
#CBF0EA
CyanColor Codes
All color formats for development
HEX
#CBF0EARGB
rgb(203, 240, 234)HSL
hsl(170, 55%, 87%)OKLCH
oklch(0.927 0.039 184.6)CMYK
cmyk(15%, 0%, 3%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6DC
2#87DCCE
3#64D2C0
4#42C8B2
5#32AC98
6#288A79
7#1E675B
8#14453D
9#0A221E
Tints
Lighter variations
1#D1F2EC
2#D6F3EE
3#DBF5F0
4#E0F6F2
5#E5F8F5
6#EAF9F7
7#F0FBF9
8#F5FCFB
9#FAFEFD
Tones
Muted variations
1#CDEEE9
2#CFECE8
3#D1EBE6
4#D3E9E5
5#D5E7E4
6#D7E5E3
7#D8E3E1
8#DAE1E0
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFA;
--lavender-100: #E3F7F4;
--lavender-200: #CCF0EA;
--lavender-300: #A4E5DA;
--lavender-400: #75D7C6;
--lavender-500: #4DCBB6;
--lavender-600: #32AE99;
--lavender-700: #288A7A;
--lavender-800: #1D6357;
--lavender-900: #123F38;
--lavender-950: #0B2823;
}