Lavender
#C2E4FA
BlueColor Codes
All color formats for development
HEX
#C2E4FARGB
rgb(194, 228, 250)HSL
hsl(204, 85%, 87%)OKLCH
oklch(0.901 0.047 236.4)CMYK
cmyk(22%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99D1F7
2#70BFF3
3#47ACF0
4#1E9AED
5#1182CD
6#0D68A4
7#0A4E7B
8#073452
9#031A29
Tints
Lighter variations
1#C8E6FB
2#CEE9FB
3#D4ECFC
4#DAEEFC
5#E0F1FD
6#E6F4FD
7#EDF7FE
8#F3F9FE
9#F9FCFF
Tones
Muted variations
1#C4E3F7
2#C7E2F4
3#CAE2F2
4#CDE1EF
5#D0E1EC
6#D3E0E9
7#D5E0E6
8#D8DFE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CE #92CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB5 #5AB5F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA0 #2BA0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1183 #1183D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D68 #0D68A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4B #0A4B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0630 #06304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FE;
--lavender-100: #DEF0FC;
--lavender-200: #C2E3FA;
--lavender-300: #92CEF6;
--lavender-400: #5AB5F2;
--lavender-500: #2BA0EE;
--lavender-600: #1183D0;
--lavender-700: #0D68A5;
--lavender-800: #0A4B76;
--lavender-900: #06304B;
--lavender-950: #041E2F;
}