Lavender
#CFD1EC
BlueColor Codes
All color formats for development
HEX
#CFD1ECRGB
rgb(207, 209, 236)HSL
hsl(236, 43%, 87%)OKLCH
oklch(0.868 0.037 282.2)CMYK
cmyk(12%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B3DF
2#9095D3
3#7076C6
4#5158BA
5#3F469F
6#33387F
7#262A5F
8#191C3F
9#0D0E20
Tints
Lighter variations
1#D4D6EE
2#D9DBF0
3#DEDFF2
4#E3E4F4
5#E7E8F6
6#ECEDF7
7#F1F1F9
8#F6F6FB
9#FAFAFD
Tones
Muted variations
1#D1D3EB
2#D2D4E9
3#D4D5E8
4#D5D6E6
5#D7D8E5
6#D8D9E4
7#DADAE2
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 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E5E6F5;
--lavender-200: #D0D1EC;
--lavender-300: #ABAEDE;
--lavender-400: #7F84CC;
--lavender-500: #5B61BE;
--lavender-600: #4046A0;
--lavender-700: #333880;
--lavender-800: #24285B;
--lavender-900: #171A3A;
--lavender-950: #0F1024;
}