Lavender
#C8CFF4
BlueColor Codes
All color formats for development
HEX
#C8CFF4RGB
rgb(200, 207, 244)HSL
hsl(230, 67%, 87%)OKLCH
oklch(0.861 0.052 276.8)CMYK
cmyk(18%, 15%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3AFED
2#7E8FE5
3#586FDE
4#334FD7
5#253DB9
6#1D3194
7#16256F
8#0F194A
9#070C25
Tints
Lighter variations
1#CDD4F5
2#D3D9F6
3#D8DDF7
4#DEE2F8
5#E3E7FA
6#E9ECFB
7#EEF1FC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#CAD1F2
2#CCD2F0
3#CED3ED
4#D1D5EB
5#D3D6E9
6#D5D8E7
7#D7D9E5
8#D9DBE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAA #9DAAEC | BordersInactive statesPlaceholder text |
| 400 | 6A7E #6A7EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F59 #3F59D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 253E #253EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D31 #1D3195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1523 #15236A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1744 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E1E5F9;
--lavender-200: #C8CFF4;
--lavender-300: #9DAAEC;
--lavender-400: #6A7EE2;
--lavender-500: #3F59D9;
--lavender-600: #253EBB;
--lavender-700: #1D3195;
--lavender-800: #15236A;
--lavender-900: #0D1744;
--lavender-950: #080E2B;
}