Lavender
#C2E2F9
BlueColor Codes
All color formats for development
HEX
#C2E2F9RGB
rgb(194, 226, 249)HSL
hsl(205, 82%, 87%)OKLCH
oklch(0.897 0.046 239.3)CMYK
cmyk(22%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ACFF5
2#72BCF1
3#4AA9ED
4#2196E9
5#147ECA
6#1065A2
7#0C4C79
8#083251
9#041928
Tints
Lighter variations
1#C9E5FA
2#CFE8FA
3#D5EBFB
4#DBEEFB
5#E1F1FC
6#E7F4FD
7#EDF6FD
8#F3F9FE
9#F9FCFE
Tones
Muted variations
1#C5E2F6
2#C8E1F4
3#CBE1F1
4#CEE1EE
5#D0E0EB
6#D3E0E9
7#D6DFE6
8#D8DFE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9C #2E9CEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1480 #1480CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1065 #1065A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B48 #0B4874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DFF0FC;
--lavender-200: #C3E2F9;
--lavender-300: #94CCF4;
--lavender-400: #5DB2EF;
--lavender-500: #2E9CEA;
--lavender-600: #1480CC;
--lavender-700: #1065A2;
--lavender-800: #0B4874;
--lavender-900: #072E4A;
--lavender-950: #051D2E;
}