Lavender
#CAE5F2
BlueColor Codes
All color formats for development
HEX
#CAE5F2RGB
rgb(202, 229, 242)HSL
hsl(199, 61%, 87%)OKLCH
oklch(0.906 0.034 228.3)CMYK
cmyk(17%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6D4E9
2#82C3E1
3#5EB2D8
4#3BA0CF
5#2B88B3
6#236D8F
7#1A516B
8#113647
9#091B24
Tints
Lighter variations
1#CFE8F3
2#D4EAF5
3#DAEDF6
4#DFF0F7
5#E4F2F9
6#EAF5FA
7#EFF7FB
8#F4FAFC
9#FAFCFE
Tones
Muted variations
1#CCE5F0
2#CEE4EE
3#D0E3EC
4#D2E2EA
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 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E2F1F8;
--lavender-200: #CAE5F2;
--lavender-300: #A1D1E8;
--lavender-400: #6FBADC;
--lavender-500: #46A6D2;
--lavender-600: #2C89B5;
--lavender-700: #236D90;
--lavender-800: #194E67;
--lavender-900: #103242;
--lavender-950: #0A1F29;
}