Lavender
#C2CAFA
BlueColor Codes
All color formats for development
HEX
#C2CAFARGB
rgb(194, 202, 250)HSL
hsl(231, 85%, 87%)OKLCH
oklch(0.849 0.068 277.5)CMYK
cmyk(22%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99A7F7
2#7083F3
3#4760F0
4#1E3DED
5#112DCD
6#0D24A4
7#0A1B7B
8#071252
9#030929
Tints
Lighter variations
1#C8CFFB
2#CED5FB
3#D4DAFC
4#DADFFC
5#E0E5FD
6#E6EAFD
7#EDEFFE
8#F3F4FE
9#F9FAFF
Tones
Muted variations
1#C4CCF7
2#C7CEF4
3#CAD0F2
4#CDD2EF
5#D0D4EC
6#D3D6E9
7#D5D8E6
8#D8DAE3
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F6 | BordersInactive statesPlaceholder text |
| 400 | 5A71 #5A71F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B48 #2B48EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112D #112DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D24 #0D24A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0611 #06114B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DEE3FC;
--lavender-200: #C2CAFA;
--lavender-300: #92A1F6;
--lavender-400: #5A71F2;
--lavender-500: #2B48EE;
--lavender-600: #112DD0;
--lavender-700: #0D24A5;
--lavender-800: #0A1A76;
--lavender-900: #06114B;
--lavender-950: #040A2F;
}