Lavender
#C2D9FA
BlueColor Codes
All color formats for development
HEX
#C2D9FARGB
rgb(194, 217, 250)HSL
hsl(215, 85%, 87%)OKLCH
oklch(0.879 0.052 257.4)CMYK
cmyk(22%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99C0F7
2#70A6F3
3#478DF0
4#1E74ED
5#115FCD
6#0D4CA4
7#0A397B
8#072652
9#031329
Tints
Lighter variations
1#C8DDFB
2#CEE1FB
3#D4E5FC
4#DAE8FC
5#E0ECFD
6#E6F0FD
7#EDF4FE
8#F3F7FE
9#F9FBFF
Tones
Muted variations
1#C4DAF7
2#C7DAF4
3#CADBF2
4#CDDBEF
5#D0DCEC
6#D3DCE9
7#D5DCE6
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 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BC #92BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5A99 #5A99F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B7C #2B7CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1160 #1160D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4D #0D4DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0623 #06234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DEEBFC;
--lavender-200: #C2D9FA;
--lavender-300: #92BCF6;
--lavender-400: #5A99F2;
--lavender-500: #2B7CEE;
--lavender-600: #1160D0;
--lavender-700: #0D4DA5;
--lavender-800: #0A3776;
--lavender-900: #06234B;
--lavender-950: #04162F;
}