Lavender
#CAE2F1
BlueColor Codes
All color formats for development
HEX
#CAE2F1RGB
rgb(202, 226, 241)HSL
hsl(203, 58%, 87%)OKLCH
oklch(0.9 0.033 235.2)CMYK
cmyk(16%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8CFE8
2#85BCDE
3#61A9D5
4#3E96CC
5#2F7EAF
6#25658C
7#1C4C69
8#133246
9#091923
Tints
Lighter variations
1#D0E5F2
2#D5E8F4
3#DAEBF5
4#E0EEF7
5#E5F1F8
6#EAF4F9
7#EFF6FB
8#F5F9FC
9#FAFCFE
Tones
Muted variations
1#CDE2EF
2#CEE1ED
3#D0E1EB
4#D2E1E9
5#D4E0E7
6#D6E0E6
7#D8DFE4
8#DADFE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE6 | BordersInactive statesPlaceholder text |
| 400 | 72B2 #72B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9C #4A9CCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7F #2F7FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2565 #25658D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B48 #1B4865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E3F0F8;
--lavender-200: #CBE2F1;
--lavender-300: #A2CCE6;
--lavender-400: #72B2DA;
--lavender-500: #4A9CCF;
--lavender-600: #2F7FB1;
--lavender-700: #25658D;
--lavender-800: #1B4865;
--lavender-900: #112E40;
--lavender-950: #0B1D28;
}