Lavender
#CEE0ED
BlueColor Codes
All color formats for development
HEX
#CEE0EDRGB
rgb(206, 224, 237)HSL
hsl(205, 46%, 87%)OKLCH
oklch(0.897 0.026 239.1)CMYK
cmyk(13%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AECCE1
2#8EB7D5
3#6DA3C9
4#4D8EBD
5#3C77A2
6#306082
7#244861
8#183041
9#0C1820
Tints
Lighter variations
1#D3E3EF
2#D8E7F1
3#DDEAF2
4#E2EDF4
5#E7F0F6
6#ECF3F8
7#F0F6FA
8#F5F9FB
9#FAFCFD
Tones
Muted variations
1#D0E0EC
2#D2E0EA
3#D3E0E9
4#D5DFE7
5#D6DFE5
6#D8DFE4
7#D9DFE2
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C9 #A9C9DF | BordersInactive statesPlaceholder text |
| 400 | 7DAD #7DADCF | Disabled statesSecondary iconsMuted text |
| 500 | 5795 #5795C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D79 #3D79A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3060 #306082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2245 #22455D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EFF5;
--lavender-200: #CFE0ED;
--lavender-300: #A9C9DF;
--lavender-400: #7DADCF;
--lavender-500: #5795C1;
--lavender-600: #3D79A4;
--lavender-700: #306082;
--lavender-800: #22455D;
--lavender-900: #162C3C;
--lavender-950: #0E1B25;
}