Lavender
#DCE6FF
BlueColor Codes
All color formats for development
HEX
#DCE6FFRGB
rgb(220, 230, 255)HSL
hsl(223, 100%, 93%)OKLCH
oklch(0.925 0.036 268.3)CMYK
cmyk(14%, 10%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACC3FF
2#7CA1FF
3#4D7FFF
4#1E5DFF
5#0043ED
6#0036BE
7#00288E
8#001B5F
9#000D2F
Tints
Lighter variations
1#DFE8FF
2#E2EBFF
3#E6EDFF
4#EAF0FF
5#EDF2FF
6#F1F5FF
7#F4F7FF
8#F8FAFF
9#FBFCFF
Tones
Muted variations
1#DDE6FD
2#DFE7FB
3#E1E8FA
4#E2E9F8
5#E4E9F6
6#E6EAF4
7#E8EBF3
8#EAECF1
9#EBECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAB #8AABFF | BordersInactive statesPlaceholder text |
| 400 | 4D7F #4D7FFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A5B #1A5BFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0040 #0040E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0033 #0033B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0024 #002480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0017 #001752 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F4FF;
--lavender-100: #DBE5FF;
--lavender-200: #BDCFFF;
--lavender-300: #8AABFF;
--lavender-400: #4D7FFF;
--lavender-500: #1A5BFF;
--lavender-600: #0040E0;
--lavender-700: #0033B3;
--lavender-800: #002480;
--lavender-900: #001752;
--lavender-950: #000E33;
}