Lavender
#CAE4F2
BlueColor Codes
All color formats for development
HEX
#CAE4F2RGB
rgb(202, 228, 242)HSL
hsl(201, 61%, 87%)OKLCH
oklch(0.904 0.034 231.2)CMYK
cmyk(17%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6D2E9
2#82C0E1
3#5EAED8
4#3B9BCF
5#2B83B3
6#23698F
7#1A4F6B
8#113447
9#091A24
Tints
Lighter variations
1#CFE7F3
2#D4E9F5
3#DAECF6
4#DFEFF7
5#E4F1F9
6#EAF4FA
7#EFF7FB
8#F4FAFC
9#FAFCFE
Tones
Muted variations
1#CCE3F0
2#CEE3EE
3#D0E2EC
4#D2E1EA
5#D4E1E8
6#D6E0E6
7#D8E0E4
8#DADFE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E2F0F8;
--lavender-200: #CAE4F2;
--lavender-300: #A1CFE8;
--lavender-400: #6FB6DC;
--lavender-500: #46A1D2;
--lavender-600: #2C85B5;
--lavender-700: #236A90;
--lavender-800: #194B67;
--lavender-900: #103042;
--lavender-950: #0A1E29;
}