Lavender
#CAD4F2
BlueColor Codes
All color formats for development
HEX
#CAD4F2RGB
rgb(202, 212, 242)HSL
hsl(225, 61%, 87%)OKLCH
oklch(0.872 0.043 270.9)CMYK
cmyk(17%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6B7E9
2#829AE1
3#5E7DD8
4#3B60CF
5#2B4DB3
6#233E8F
7#1A2E6B
8#111F47
9#090F24
Tints
Lighter variations
1#CFD8F3
2#D4DCF5
3#DAE1F6
4#DFE5F7
5#E4E9F9
6#EAEEFA
7#EFF2FB
8#F4F6FC
9#FAFBFE
Tones
Muted variations
1#CCD5F0
2#CED6EE
3#D0D7EC
4#D2D8EA
5#D4D9E8
6#D6DAE6
7#D8DBE4
8#DADCE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8B #6F8BDC | Disabled statesSecondary iconsMuted text |
| 500 | 4669 #4669D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4E #2C4EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233E #233E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192C #192C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F5FC;
--lavender-100: #E2E8F8;
--lavender-200: #CAD4F2;
--lavender-300: #A1B2E8;
--lavender-400: #6F8BDC;
--lavender-500: #4669D2;
--lavender-600: #2C4EB5;
--lavender-700: #233E90;
--lavender-800: #192C67;
--lavender-900: #101C42;
--lavender-950: #0A1229;
}