Lavender
#C3E0F9
BlueColor Codes
All color formats for development
HEX
#C3E0F9RGB
rgb(195, 224, 249)HSL
hsl(208, 82%, 87%)OKLCH
oklch(0.893 0.046 244.3)CMYK
cmyk(22%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ACBF5
2#72B6F1
3#4AA1ED
4#218CE9
5#1475CA
6#105EA2
7#0C4679
8#082F51
9#041728
Tints
Lighter variations
1#C9E3FA
2#CFE6FA
3#D5E9FB
4#DBECFB
5#E1EFFC
6#E7F2FD
7#EDF6FD
8#F3F9FE
9#F9FCFE
Tones
Muted variations
1#C5DFF6
2#C8DFF4
3#CBDFF1
4#CEDFEE
5#D0DFEB
6#D3DFE9
7#D6DEE6
8#D8DEE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAB #5DABEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E93 #2E93EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1476 #1476CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 105E #105EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4374 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4A | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DFEEFC;
--lavender-200: #C3E0F9;
--lavender-300: #94C8F4;
--lavender-400: #5DABEF;
--lavender-500: #2E93EA;
--lavender-600: #1476CC;
--lavender-700: #105EA2;
--lavender-800: #0B4374;
--lavender-900: #072B4A;
--lavender-950: #051B2E;
}