Lavender
#C3E9F9
BlueColor Codes
All color formats for development
HEX
#C3E9F9RGB
rgb(195, 233, 249)HSL
hsl(198, 82%, 87%)OKLCH
oklch(0.912 0.045 225.3)CMYK
cmyk(22%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ADAF5
2#72CBF1
3#4ABCED
4#21ADE9
5#1493CA
6#1076A2
7#0C5879
8#083B51
9#041D28
Tints
Lighter variations
1#C9EBFA
2#CFEDFA
3#D5EFFB
4#DBF2FB
5#E1F4FC
6#E7F6FD
7#EDF8FD
8#F3FBFE
9#F9FDFE
Tones
Muted variations
1#C5E8F6
2#C8E7F4
3#CBE5F1
4#CEE4EE
5#D0E3EB
6#D3E2E9
7#D6E1E6
8#D8E0E3
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB2 #2EB2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1495 #1495CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1077 #1077A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DFF3FC;
--lavender-200: #C3E9F9;
--lavender-300: #94D8F4;
--lavender-400: #5DC3EF;
--lavender-500: #2EB2EA;
--lavender-600: #1495CC;
--lavender-700: #1077A2;
--lavender-800: #0B5574;
--lavender-900: #07364A;
--lavender-950: #05222E;
}