Lavender
#CBF0EB
CyanColor Codes
All color formats for development
HEX
#CBF0EBRGB
rgb(203, 240, 235)HSL
hsl(172, 55%, 87%)OKLCH
oklch(0.927 0.039 186.6)CMYK
cmyk(15%, 0%, 2%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9E6DE
2#87DCD1
3#64D2C4
4#42C8B6
5#32AC9C
6#288A7D
7#1E675D
8#14453E
9#0A221F
Tints
Lighter variations
1#D1F2ED
2#D6F3EF
3#DBF5F1
4#E0F6F3
5#E5F8F5
6#EAF9F7
7#F0FBF9
8#F5FCFB
9#FAFEFD
Tones
Muted variations
1#CDEEEA
2#CFECE9
3#D1EBE7
4#D3E9E6
5#D5E7E5
6#D7E5E3
7#D8E3E2
8#DAE1E1
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 #CCF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CA | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFA;
--lavender-100: #E3F7F4;
--lavender-200: #CCF0EB;
--lavender-300: #A4E5DC;
--lavender-400: #75D7CA;
--lavender-500: #4DCBBB;
--lavender-600: #32AE9D;
--lavender-700: #288A7D;
--lavender-800: #1D6359;
--lavender-900: #123F39;
--lavender-950: #0B2824;
}