Lavender
#C2C5FA
BlueColor Codes
All color formats for development
HEX
#C2C5FARGB
rgb(194, 197, 250)HSL
hsl(237, 85%, 87%)OKLCH
oklch(0.839 0.074 282.1)CMYK
cmyk(22%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#999DF7
2#7076F3
3#474FF0
4#1E28ED
5#111ACD
6#0D15A4
7#0A107B
8#070A52
9#030529
Tints
Lighter variations
1#C8CAFB
2#CED0FB
3#D4D6FC
4#DADCFC
5#E0E2FD
6#E6E8FD
7#EDEDFE
8#F3F3FE
9#F9F9FF
Tones
Muted variations
1#C4C7F7
2#C7CAF4
3#CACCF2
4#CDCFEF
5#D0D1EC
6#D3D4E9
7#D5D6E6
8#D8D9E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9297 #9297F6 | BordersInactive statesPlaceholder text |
| 400 | 5A61 #5A61F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B34 #2B34EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111A #111AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D15 #0D15A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0F #0A0F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060A #060A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FE;
--lavender-100: #DEDFFC;
--lavender-200: #C2C4FA;
--lavender-300: #9297F6;
--lavender-400: #5A61F2;
--lavender-500: #2B34EE;
--lavender-600: #111AD0;
--lavender-700: #0D15A5;
--lavender-800: #0A0F76;
--lavender-900: #060A4B;
--lavender-950: #04062F;
}