Lavender
#C3EAF9
BlueColor Codes
All color formats for development
HEX
#C3EAF9RGB
rgb(195, 234, 249)HSL
hsl(197, 82%, 87%)OKLCH
oklch(0.914 0.045 223.1)CMYK
cmyk(22%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ADBF5
2#72CDF1
3#4ABFED
4#21B0E9
5#1496CA
6#1078A2
7#0C5A79
8#083C51
9#041E28
Tints
Lighter variations
1#C9ECFA
2#CFEEFA
3#D5F0FB
4#DBF2FB
5#E1F4FC
6#E7F6FD
7#EDF9FD
8#F3FBFE
9#F9FDFE
Tones
Muted variations
1#C5E8F6
2#C8E7F4
3#CBE6F1
4#CEE5EE
5#D0E4EB
6#D3E3E9
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 | C3EA #C3EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D9 #94D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB5 #2EB5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1498 #1498CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1079 #1079A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B56 #0B5674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374A | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DFF3FC;
--lavender-200: #C3EAF9;
--lavender-300: #94D9F4;
--lavender-400: #5DC5EF;
--lavender-500: #2EB5EA;
--lavender-600: #1498CC;
--lavender-700: #1079A2;
--lavender-800: #0B5674;
--lavender-900: #07374A;
--lavender-950: #05232E;
}