Lavender
#CAE6F2
BlueColor Codes
All color formats for development
HEX
#CAE6F2RGB
rgb(202, 230, 242)HSL
hsl(198, 61%, 87%)OKLCH
oklch(0.908 0.034 225.5)CMYK
cmyk(17%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6D5E9
2#82C4E1
3#5EB4D8
4#3BA3CF
5#2B8AB3
6#236E8F
7#1A536B
8#113747
9#091C24
Tints
Lighter variations
1#CFE8F3
2#D4EBF5
3#DAEDF6
4#DFF0F7
5#E4F2F9
6#EAF5FA
7#EFF7FB
8#F4FAFC
9#FAFCFE
Tones
Muted variations
1#CCE5F0
2#CEE4EE
3#D0E4EC
4#D2E3EA
5#D4E2E8
6#D6E1E6
7#D8E0E4
8#DADFE2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D3 #A1D3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBC #6FBCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46A8 #46A8D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8C #2C8CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236F #236F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194F #194F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E2F2F8;
--lavender-200: #CAE6F2;
--lavender-300: #A1D3E8;
--lavender-400: #6FBCDC;
--lavender-500: #46A8D2;
--lavender-600: #2C8CB5;
--lavender-700: #236F90;
--lavender-800: #194F67;
--lavender-900: #103342;
--lavender-950: #0A2029;
}