Lavender
#C0CCFC
BlueColor Codes
All color formats for development
HEX
#C0CCFCRGB
rgb(192, 204, 252)HSL
hsl(228, 91%, 87%)OKLCH
oklch(0.852 0.068 273.9)CMYK
cmyk(24%, 19%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A9FA
2#6B87F8
3#4165F6
4#1643F4
5#0A32D4
6#0828A9
7#061E7F
8#041455
9#020A2A
Tints
Lighter variations
1#C6D1FC
2#CCD6FD
3#D3DBFD
4#D9E0FD
5#DFE5FE
6#E6EBFE
7#ECF0FE
8#F2F5FE
9#F9FAFF
Tones
Muted variations
1#C3CEF9
2#C6CFF6
3#C9D1F3
4#CCD3F0
5#CFD5ED
6#D2D7EA
7#D5D8E7
8#D8DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA4 #8FA4FA | BordersInactive statesPlaceholder text |
| 400 | 5575 #5575F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244E #244EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A33 #0A33D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0829 #0829AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F3FE;
--lavender-100: #DDE3FD;
--lavender-200: #C0CCFC;
--lavender-300: #8FA4FA;
--lavender-400: #5575F7;
--lavender-500: #244EF5;
--lavender-600: #0A33D6;
--lavender-700: #0829AA;
--lavender-800: #061D7A;
--lavender-900: #04134E;
--lavender-950: #020C31;
}