Lavender
#CFD1ED
BlueColor Codes
All color formats for development
HEX
#CFD1EDRGB
rgb(207, 209, 237)HSL
hsl(236, 45%, 87%)OKLCH
oklch(0.868 0.039 282.3)CMYK
cmyk(13%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFB2E1
2#8F93D4
3#6E74C8
4#4E56BC
5#3D44A1
6#313681
7#252961
8#181B40
9#0C0E20
Tints
Lighter variations
1#D4D6EF
2#D9DAF0
3#DDDFF2
4#E2E3F4
5#E7E8F6
6#ECEDF8
7#F1F1FA
8#F5F6FB
9#FAFAFD
Tones
Muted variations
1#D0D2EB
2#D2D4EA
3#D3D5E8
4#D5D6E7
5#D6D7E5
6#D8D9E4
7#D9DAE2
8#DBDBE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E83 #7E83CE | Disabled statesSecondary iconsMuted text |
| 500 | 595F #595FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E44 #3E44A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3136 #313681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2327 #23275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E6F5;
--lavender-200: #CFD1ED;
--lavender-300: #AAADDF;
--lavender-400: #7E83CE;
--lavender-500: #595FC0;
--lavender-600: #3E44A3;
--lavender-700: #313681;
--lavender-800: #23275C;
--lavender-900: #16193B;
--lavender-950: #0E1025;
}