Lavender
#CADCF1
BlueColor Codes
All color formats for development
HEX
#CADCF1RGB
rgb(202, 220, 241)HSL
hsl(212, 58%, 87%)OKLCH
oklch(0.888 0.035 252.3)CMYK
cmyk(16%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8C6E8
2#85AEDE
3#6197D5
4#3E80CC
5#2F6BAF
6#25558C
7#1C4069
8#132B46
9#091523
Tints
Lighter variations
1#D0E0F2
2#D5E3F4
3#DAE7F5
4#E0EAF7
5#E5EEF8
6#EAF1F9
7#EFF5FB
8#F5F8FC
9#FAFCFE
Tones
Muted variations
1#CDDDEF
2#CEDDED
3#D0DDEB
4#D2DDE9
5#D4DDE7
6#D6DDE6
7#D8DDE4
8#DADEE2
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 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E6 | BordersInactive statesPlaceholder text |
| 400 | 72A2 #72A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A88 #4A88CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6C #2F6CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3D #1B3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E3ECF8;
--lavender-200: #CBDDF1;
--lavender-300: #A2C2E6;
--lavender-400: #72A2DA;
--lavender-500: #4A88CF;
--lavender-600: #2F6CB1;
--lavender-700: #25568D;
--lavender-800: #1B3D65;
--lavender-900: #112740;
--lavender-950: #0B1928;
}