Lavender
#D4C2FA
PurpleColor Codes
All color formats for development
HEX
#D4C2FARGB
rgb(212, 194, 250)HSL
hsl(259, 85%, 87%)OKLCH
oklch(0.848 0.079 299.4)CMYK
cmyk(15%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B699F7
2#9970F3
3#7C47F0
4#5F1EED
5#4C11CD
6#3D0DA4
7#2E0A7B
8#1F0752
9#0F0329
Tints
Lighter variations
1#D8C8FB
2#DCCEFB
3#E1D4FC
4#E5DAFC
5#E9E0FD
6#EEE6FD
7#F2EDFE
8#F6F3FE
9#FBF9FF
Tones
Muted variations
1#D5C4F7
2#D6C7F4
3#D7CAF2
4#D8CDEF
5#D9D0EC
6#DAD3E9
7#DBD5E6
8#DCD8E3
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B292 #B292F6 | BordersInactive statesPlaceholder text |
| 400 | 8A5A #8A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 682B #682BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D11 #4D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D0D #3D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0A #2C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C06 #1C064B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E8DEFC;
--lavender-200: #D4C2FA;
--lavender-300: #B292F6;
--lavender-400: #8A5AF2;
--lavender-500: #682BEE;
--lavender-600: #4D11D0;
--lavender-700: #3D0DA5;
--lavender-800: #2C0A76;
--lavender-900: #1C064B;
--lavender-950: #12042F;
}