Lavender
#C0DCFC
BlueColor Codes
All color formats for development
HEX
#C0DCFCRGB
rgb(192, 220, 252)HSL
hsl(212, 91%, 87%)OKLCH
oklch(0.884 0.053 251.9)CMYK
cmyk(24%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95C4FA
2#6BADF8
3#4195F6
4#167EF4
5#0A68D4
6#0853A9
7#063F7F
8#042A55
9#02152A
Tints
Lighter variations
1#C6DFFC
2#CCE3FD
3#D3E6FD
4#D9EAFD
5#DFEDFE
6#E6F1FE
7#ECF4FE
8#F2F8FE
9#F9FBFF
Tones
Muted variations
1#C3DCF9
2#C6DCF6
3#C9DCF3
4#CCDDF0
5#CFDDED
6#D2DDEA
7#D5DDE7
8#D8DDE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DC #C0DCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC1 #8FC1FA | BordersInactive statesPlaceholder text |
| 400 | 55A0 #55A0F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2485 #2485F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A69 #0A69D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0854 #0854AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063C #063C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0426 #04264E | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F7FE;
--lavender-100: #DDECFD;
--lavender-200: #C0DCFC;
--lavender-300: #8FC1FA;
--lavender-400: #55A0F7;
--lavender-500: #2485F5;
--lavender-600: #0A69D6;
--lavender-700: #0854AA;
--lavender-800: #063C7A;
--lavender-900: #04264E;
--lavender-950: #021831;
}