Lavender
#C2E7FA
BlueColor Codes
All color formats for development
HEX
#C2E7FARGB
rgb(194, 231, 250)HSL
hsl(200, 85%, 87%)OKLCH
oklch(0.908 0.047 230.2)CMYK
cmyk(22%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99D7F7
2#70C7F3
3#47B8F0
4#1EA8ED
5#118ECD
6#0D72A4
7#0A557B
8#073952
9#031C29
Tints
Lighter variations
1#C8EAFB
2#CEECFB
3#D4EEFC
4#DAF1FC
5#E0F3FD
6#E6F5FD
7#EDF8FE
8#F3FAFE
9#F9FDFF
Tones
Muted variations
1#C4E6F7
2#C7E5F4
3#CAE4F2
4#CDE3EF
5#D0E3EC
6#D3E2E9
7#D5E1E6
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 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D5 #92D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABF #5ABFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAD #2BADEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1190 #1190D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D73 #0D73A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0634 #06344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DEF2FC;
--lavender-200: #C2E7FA;
--lavender-300: #92D5F6;
--lavender-400: #5ABFF2;
--lavender-500: #2BADEE;
--lavender-600: #1190D0;
--lavender-700: #0D73A5;
--lavender-800: #0A5276;
--lavender-900: #06344B;
--lavender-950: #04212F;
}