Lavender
#C3ECF9
CyanColor Codes
All color formats for development
HEX
#C3ECF9RGB
rgb(195, 236, 249)HSL
hsl(194, 82%, 87%)OKLCH
oklch(0.918 0.046 219)CMYK
cmyk(22%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AE0F5
2#72D3F1
3#4AC7ED
4#21BAE9
5#149FCA
6#1080A2
7#0C6079
8#084051
9#042028
Tints
Lighter variations
1#C9EEFA
2#CFF0FA
3#D5F2FB
4#DBF4FB
5#E1F6FC
6#E7F8FD
7#EDF9FD
8#F3FBFE
9#F9FDFE
Tones
Muted variations
1#C5EBF6
2#C8E9F4
3#CBE8F1
4#CEE7EE
5#D0E5EB
6#D3E4E9
7#D6E2E6
8#D8E1E3
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCD #5DCDEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBE #2EBEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A1 #14A1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1080 #1080A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFE;
--lavender-100: #DFF5FC;
--lavender-200: #C3ECF9;
--lavender-300: #94DEF4;
--lavender-400: #5DCDEF;
--lavender-500: #2EBEEA;
--lavender-600: #14A1CC;
--lavender-700: #1080A2;
--lavender-800: #0B5C74;
--lavender-900: #073B4A;
--lavender-950: #05252E;
}