Lavender
#C5DCF7
BlueColor Codes
All color formats for development
HEX
#C5DCF7RGB
rgb(197, 220, 247)HSL
hsl(212, 76%, 87%)OKLCH
oklch(0.886 0.045 252.5)CMYK
cmyk(20%, 11%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EC5F2
2#77AEEC
3#5096E7
4#287FE2
5#1B69C3
6#15549C
7#103F75
8#0B2A4E
9#051527
Tints
Lighter variations
1#CAE0F8
2#D0E3F9
3#D6E7F9
4#DCEAFA
5#E2EEFB
6#E8F1FC
7#EDF5FD
8#F3F8FD
9#F9FCFE
Tones
Muted variations
1#C7DCF5
2#CADDF2
3#CCDDEF
4#CFDDED
5#D1DDEA
6#D4DDE8
7#D6DDE5
8#D9DEE3
9#DBDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F1 | BordersInactive statesPlaceholder text |
| 400 | 62A1 #62A1EA | Disabled statesSecondary iconsMuted text |
| 500 | 3586 #3586E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B6B #1B6BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1555 #15559D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3D #0F3D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2748 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F7FD;
--lavender-100: #E0ECFB;
--lavender-200: #C5DCF7;
--lavender-300: #98C1F1;
--lavender-400: #62A1EA;
--lavender-500: #3586E3;
--lavender-600: #1B6BC5;
--lavender-700: #15559D;
--lavender-800: #0F3D70;
--lavender-900: #0A2748;
--lavender-950: #06182D;
}