Lavender
#C2EAF9
BlueColor Codes
All color formats for development
HEX
#C2EAF9RGB
rgb(194, 234, 249)HSL
hsl(196, 82%, 87%)OKLCH
oklch(0.913 0.046 222.6)CMYK
cmyk(22%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ADDF5
2#72CFF1
3#4AC1ED
4#21B4E9
5#1499CA
6#107BA2
7#0C5C79
8#083D51
9#041F28
Tints
Lighter variations
1#C9EDFA
2#CFEFFA
3#D5F1FB
4#DBF3FB
5#E1F5FC
6#E7F7FD
7#EDF9FD
8#F3FBFE
9#F9FDFE
Tones
Muted variations
1#C5E9F6
2#C8E8F4
3#CBE7F1
4#CEE5EE
5#D0E4EB
6#D3E3E9
7#D6E2E6
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 | DFF4 #DFF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EB #C3EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DC8 #5DC8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EB8 #2EB8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 149B #149BCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 107B #107BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0738 #07384A | 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: #DFF4FC;
--lavender-200: #C3EBF9;
--lavender-300: #94DBF4;
--lavender-400: #5DC8EF;
--lavender-500: #2EB8EA;
--lavender-600: #149BCC;
--lavender-700: #107BA2;
--lavender-800: #0B5874;
--lavender-900: #07384A;
--lavender-950: #05232E;
}