Lavender
#CAE0F2
BlueColor Codes
All color formats for development
HEX
#CAE0F2RGB
rgb(202, 224, 242)HSL
hsl(207, 61%, 87%)OKLCH
oklch(0.896 0.034 242.7)CMYK
cmyk(17%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6CBE9
2#82B6E1
3#5EA1D8
4#3B8DCF
5#2B76B3
6#235E8F
7#1A476B
8#112F47
9#091824
Tints
Lighter variations
1#CFE3F3
2#D4E6F5
3#DAE9F6
4#DFECF7
5#E4EFF9
6#EAF3FA
7#EFF6FB
8#F4F9FC
9#FAFCFE
Tones
Muted variations
1#CCE0F0
2#CEDFEE
3#D0DFEC
4#D2DFEA
5#D4DFE8
6#D6DFE6
7#D8DEE4
8#DADEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E2EEF8;
--lavender-200: #CAE0F2;
--lavender-300: #A1C8E8;
--lavender-400: #6FABDC;
--lavender-500: #4693D2;
--lavender-600: #2C77B5;
--lavender-700: #235F90;
--lavender-800: #194467;
--lavender-900: #102B42;
--lavender-950: #0A1B29;
}