Lavender
#C2E6F9
BlueColor Codes
All color formats for development
HEX
#C2E6F9RGB
rgb(194, 230, 249)HSL
hsl(201, 82%, 87%)OKLCH
oklch(0.905 0.046 230.9)CMYK
cmyk(22%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AD5F5
2#72C5F1
3#4AB4ED
4#21A3E9
5#148ACA
6#106FA2
7#0C5379
8#083751
9#041C28
Tints
Lighter variations
1#C9E9FA
2#CFEBFA
3#D5EEFB
4#DBF0FB
5#E1F3FC
6#E7F5FD
7#EDF8FD
8#F3FAFE
9#F9FDFE
Tones
Muted variations
1#C5E5F6
2#C8E4F4
3#CBE4F1
4#CEE3EE
5#D0E2EB
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 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBC #5DBCEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA8 #2EA8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 148C #148CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106F #106FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4F #0B4F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FE;
--lavender-100: #DFF2FC;
--lavender-200: #C3E6F9;
--lavender-300: #94D3F4;
--lavender-400: #5DBCEF;
--lavender-500: #2EA8EA;
--lavender-600: #148CCC;
--lavender-700: #106FA2;
--lavender-800: #0B4F74;
--lavender-900: #07334A;
--lavender-950: #05202E;
}