Lavender
#C2D9F9
BlueColor Codes
All color formats for development
HEX
#C2D9F9RGB
rgb(194, 217, 249)HSL
hsl(215, 82%, 87%)OKLCH
oklch(0.879 0.051 256.7)CMYK
cmyk(22%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AC0F5
2#72A7F1
3#4A8EED
4#2174E9
5#1460CA
6#104DA2
7#0C3979
8#082651
9#041328
Tints
Lighter variations
1#C9DDFA
2#CFE1FA
3#D5E5FB
4#DBE8FB
5#E1ECFC
6#E7F0FD
7#EDF4FD
8#F3F7FE
9#F9FBFE
Tones
Muted variations
1#C5DAF6
2#C8DAF4
3#CBDBF1
4#CEDBEE
5#D0DCEB
6#D3DCE9
7#D6DCE6
8#D8DDE3
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9A #5D9AEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E7D #2E7DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1461 #1461CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 104D #104DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3774 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234A | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DFEBFC;
--lavender-200: #C3D9F9;
--lavender-300: #94BCF4;
--lavender-400: #5D9AEF;
--lavender-500: #2E7DEA;
--lavender-600: #1461CC;
--lavender-700: #104DA2;
--lavender-800: #0B3774;
--lavender-900: #07234A;
--lavender-950: #05162E;
}