Lavender
#C2CBFA
BlueColor Codes
All color formats for development
HEX
#C2CBFARGB
rgb(194, 203, 250)HSL
hsl(230, 85%, 87%)OKLCH
oklch(0.851 0.066 276.4)CMYK
cmyk(22%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99A8F7
2#7086F3
3#4763F0
4#1E40ED
5#1130CD
6#0D26A4
7#0A1D7B
8#071352
9#030A29
Tints
Lighter variations
1#C8D0FB
2#CED5FB
3#D4DBFC
4#DAE0FC
5#E0E5FD
6#E6EAFD
7#EDEFFE
8#F3F5FE
9#F9FAFF
Tones
Muted variations
1#C4CDF7
2#C7CFF4
3#CAD1F2
4#CDD3EF
5#D0D4EC
6#D3D6E9
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 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A3 #92A3F6 | BordersInactive statesPlaceholder text |
| 400 | 5A73 #5A73F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4B #2B4BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1131 #1131D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D27 #0D27A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1C #0A1C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0612 #06124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DEE3FC;
--lavender-200: #C2CBFA;
--lavender-300: #92A3F6;
--lavender-400: #5A73F2;
--lavender-500: #2B4BEE;
--lavender-600: #1131D0;
--lavender-700: #0D27A5;
--lavender-800: #0A1C76;
--lavender-900: #06124B;
--lavender-950: #040B2F;
}