Lavender
#CADBF1
BlueColor Codes
All color formats for development
HEX
#CADBF1RGB
rgb(202, 219, 241)HSL
hsl(214, 58%, 87%)OKLCH
oklch(0.886 0.035 254.9)CMYK
cmyk(16%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8C3E8
2#85ABDE
3#6194D5
4#3E7CCC
5#2F66AF
6#25528C
7#1C3D69
8#132946
9#091423
Tints
Lighter variations
1#D0DFF2
2#D5E2F4
3#DAE6F5
4#E0EAF7
5#E5EDF8
6#EAF1F9
7#EFF4FB
8#F5F8FC
9#FAFBFE
Tones
Muted variations
1#CDDCEF
2#CEDCED
3#D0DCEB
4#D2DCE9
5#D4DDE7
6#D6DDE6
7#D8DDE4
8#DADDE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E6 | BordersInactive statesPlaceholder text |
| 400 | 729F #729FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A83 #4A83CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F68 #2F68B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3B #1B3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E3ECF8;
--lavender-200: #CBDBF1;
--lavender-300: #A2C0E6;
--lavender-400: #729FDA;
--lavender-500: #4A83CF;
--lavender-600: #2F68B1;
--lavender-700: #25528D;
--lavender-800: #1B3B65;
--lavender-900: #112640;
--lavender-950: #0B1828;
}