Lavender
#C2DAF9
BlueColor Codes
All color formats for development
HEX
#C2DAF9RGB
rgb(194, 218, 249)HSL
hsl(214, 82%, 87%)OKLCH
oklch(0.881 0.05 254.9)CMYK
cmyk(22%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AC2F5
2#72A9F1
3#4A90ED
4#2178E9
5#1463CA
6#104FA2
7#0C3B79
8#082851
9#041428
Tints
Lighter variations
1#C9DEFA
2#CFE2FA
3#D5E5FB
4#DBE9FB
5#E1EDFC
6#E7F0FD
7#EDF4FD
8#F3F8FE
9#F9FBFE
Tones
Muted variations
1#C5DBF6
2#C8DBF4
3#CBDBF1
4#CEDCEE
5#D0DCEB
6#D3DCE9
7#D6DDE6
8#D8DDE3
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D9C #5D9CEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E80 #2E80EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1464 #1464CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 104F #104FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3974 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DFEBFC;
--lavender-200: #C3DAF9;
--lavender-300: #94BEF4;
--lavender-400: #5D9CEF;
--lavender-500: #2E80EA;
--lavender-600: #1464CC;
--lavender-700: #104FA2;
--lavender-800: #0B3974;
--lavender-900: #07244A;
--lavender-950: #05172E;
}