Lavender
#C2CCFA
BlueColor Codes
All color formats for development
HEX
#C2CCFARGB
rgb(194, 204, 250)HSL
hsl(229, 85%, 87%)OKLCH
oklch(0.853 0.065 275.3)CMYK
cmyk(22%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99AAF7
2#7088F3
3#4766F0
4#1E43ED
5#1133CD
6#0D29A4
7#0A1F7B
8#071452
9#030A29
Tints
Lighter variations
1#C8D1FB
2#CED6FB
3#D4DBFC
4#DAE0FC
5#E0E6FD
6#E6EBFD
7#EDF0FE
8#F3F5FE
9#F9FAFF
Tones
Muted variations
1#C4CEF7
2#C7D0F4
3#CAD1F2
4#CDD3EF
5#D0D5EC
6#D3D7E9
7#D5D8E6
8#D8DAE3
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A5 #92A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5A76 #5A76F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4E #2B4EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1134 #1134D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D29 #0D29A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1D #0A1D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0613 #06134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DEE4FC;
--lavender-200: #C2CCFA;
--lavender-300: #92A5F6;
--lavender-400: #5A76F2;
--lavender-500: #2B4EEE;
--lavender-600: #1134D0;
--lavender-700: #0D29A5;
--lavender-800: #0A1D76;
--lavender-900: #06134B;
--lavender-950: #040C2F;
}