Lavender
#C2E5F9
BlueColor Codes
All color formats for development
HEX
#C2E5F9RGB
rgb(194, 229, 249)HSL
hsl(202, 82%, 87%)OKLCH
oklch(0.903 0.046 233)CMYK
cmyk(22%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AD4F5
2#72C2F1
3#4AB1ED
4#21A0E9
5#1487CA
6#106CA2
7#0C5179
8#083651
9#041B28
Tints
Lighter variations
1#C9E8FA
2#CFEAFA
3#D5EDFB
4#DBEFFB
5#E1F2FC
6#E7F5FD
7#EDF7FD
8#F3FAFE
9#F9FCFE
Tones
Muted variations
1#C5E4F6
2#C8E4F4
3#CBE3F1
4#CEE2EE
5#D0E1EB
6#D3E1E9
7#D6E0E6
8#D8DFE3
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D1 #94D1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB9 #5DB9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA5 #2EA5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1489 #1489CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106D #106DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4E #0B4E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0732 #07324A | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FE;
--lavender-100: #DFF1FC;
--lavender-200: #C3E5F9;
--lavender-300: #94D1F4;
--lavender-400: #5DB9EF;
--lavender-500: #2EA5EA;
--lavender-600: #1489CC;
--lavender-700: #106DA2;
--lavender-800: #0B4E74;
--lavender-900: #07324A;
--lavender-950: #051F2E;
}