Lavender
#C8DCF3
BlueColor Codes
All color formats for development
HEX
#C8DCF3RGB
rgb(200, 220, 243)HSL
hsl(212, 64%, 87%)OKLCH
oklch(0.887 0.038 251.9)CMYK
cmyk(18%, 9%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4C5EB
2#80AEE3
3#5B97DB
4#3780D3
5#286AB6
6#205592
7#18406D
8#102A49
9#081524
Tints
Lighter variations
1#CEE0F4
2#D4E3F5
3#D9E7F7
4#DEEAF8
5#E4EEF9
6#E9F1FA
7#EFF5FB
8#F4F8FD
9#FAFCFE
Tones
Muted variations
1#CBDDF1
2#CDDDEF
3#CFDDED
4#D1DDEB
5#D3DDE8
6#D5DDE6
7#D7DDE4
8#DADEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC2 #9FC2EA | BordersInactive statesPlaceholder text |
| 400 | 6DA2 #6DA2DF | Disabled statesSecondary iconsMuted text |
| 500 | 4387 #4387D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 286B #286BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2055 #205592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173D #173D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F7FC;
--lavender-100: #E2ECF9;
--lavender-200: #C9DCF3;
--lavender-300: #9FC2EA;
--lavender-400: #6DA2DF;
--lavender-500: #4387D6;
--lavender-600: #286BB8;
--lavender-700: #205592;
--lavender-800: #173D69;
--lavender-900: #0F2743;
--lavender-950: #09182A;
}