Lavender
#CCD7F0
BlueColor Codes
All color formats for development
HEX
#CCD7F0RGB
rgb(204, 215, 240)HSL
hsl(222, 55%, 87%)OKLCH
oklch(0.879 0.037 266.7)CMYK
cmyk(15%, 10%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9BBE6
2#87A0DC
3#6485D2
4#426AC8
5#3257AC
6#28458A
7#1E3467
8#142345
9#0A1122
Tints
Lighter variations
1#D1DBF2
2#D6DFF3
3#DBE3F5
4#E0E7F6
5#E5EBF8
6#EAEFF9
7#F0F3FB
8#F5F7FC
9#FAFBFE
Tones
Muted variations
1#CDD7EE
2#CFD8EC
3#D1D9EB
4#D3D9E9
5#D5DAE7
6#D7DBE5
7#D8DCE3
8#DADCE1
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7592 #7592D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D73 #4D73CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3258 #3258AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2846 #28468A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D32 #1D3263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #12203F | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E3E9F7;
--lavender-200: #CCD7F0;
--lavender-300: #A4B7E5;
--lavender-400: #7592D7;
--lavender-500: #4D73CB;
--lavender-600: #3258AE;
--lavender-700: #28468A;
--lavender-800: #1D3263;
--lavender-900: #12203F;
--lavender-950: #0B1428;
}