Lavender
#CAD0F2
BlueColor Codes
All color formats for development
HEX
#CAD0F2RGB
rgb(202, 208, 242)HSL
hsl(231, 61%, 87%)OKLCH
oklch(0.864 0.048 277.5)CMYK
cmyk(17%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6B0E9
2#8290E1
3#5E71D8
4#3B51CF
5#2B40B3
6#23338F
7#1A266B
8#111947
9#090D24
Tints
Lighter variations
1#CFD4F3
2#D4D9F5
3#DADEF6
4#DFE3F7
5#E4E7F9
6#EAECFA
7#EFF1FB
8#F4F6FC
9#FAFAFE
Tones
Muted variations
1#CCD1F0
2#CED3EE
3#D0D4EC
4#D2D5EA
5#D4D7E8
6#D6D8E6
7#D8DAE4
8#DADBE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AB #A1ABE8 | BordersInactive statesPlaceholder text |
| 400 | 6F80 #6F80DC | Disabled statesSecondary iconsMuted text |
| 500 | 465B #465BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C40 #2C40B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2333 #233390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1925 #192567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E2E6F8;
--lavender-200: #CAD0F2;
--lavender-300: #A1ABE8;
--lavender-400: #6F80DC;
--lavender-500: #465BD2;
--lavender-600: #2C40B5;
--lavender-700: #233390;
--lavender-800: #192567;
--lavender-900: #101742;
--lavender-950: #0A0F29;
}