Lavender
#C3DCF9
BlueColor Codes
All color formats for development
HEX
#C3DCF9RGB
rgb(195, 220, 249)HSL
hsl(212, 82%, 87%)OKLCH
oklch(0.885 0.048 252.2)CMYK
cmyk(22%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AC5F5
2#72ADF1
3#4A96ED
4#217EE9
5#1469CA
6#1054A2
7#0C3F79
8#082A51
9#041528
Tints
Lighter variations
1#C9E0FA
2#CFE3FA
3#D5E7FB
4#DBEAFB
5#E1EEFC
6#E7F1FD
7#EDF5FD
8#F3F8FE
9#F9FCFE
Tones
Muted variations
1#C5DCF6
2#C8DCF4
3#CBDDF1
4#CEDDEE
5#D0DDEB
6#D3DDE9
7#D6DDE6
8#D8DDE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA1 #5DA1EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E86 #2E86EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 146A #146ACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1054 #1054A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274A | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DFECFC;
--lavender-200: #C3DCF9;
--lavender-300: #94C1F4;
--lavender-400: #5DA1EF;
--lavender-500: #2E86EA;
--lavender-600: #146ACC;
--lavender-700: #1054A2;
--lavender-800: #0B3C74;
--lavender-900: #07274A;
--lavender-950: #05182E;
}