Lavender
#CAE2F2
BlueColor Codes
All color formats for development
HEX
#CAE2F2RGB
rgb(202, 226, 242)HSL
hsl(204, 61%, 87%)OKLCH
oklch(0.9 0.034 237)CMYK
cmyk(17%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6CEE9
2#82BBE1
3#5EA7D8
4#3B94CF
5#2B7CB3
6#23648F
7#1A4B6B
8#113247
9#091924
Tints
Lighter variations
1#CFE5F3
2#D4E8F5
3#DAEBF6
4#DFEEF7
5#E4F0F9
6#EAF3FA
7#EFF6FB
8#F4F9FC
9#FAFCFE
Tones
Muted variations
1#CCE1F0
2#CEE1EE
3#D0E1EC
4#D2E0EA
5#D4E0E8
6#D6DFE6
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 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E2EFF8;
--lavender-200: #CAE2F2;
--lavender-300: #A1CCE8;
--lavender-400: #6FB1DC;
--lavender-500: #469AD2;
--lavender-600: #2C7EB5;
--lavender-700: #236490;
--lavender-800: #194867;
--lavender-900: #102E42;
--lavender-950: #0A1D29;
}