Lavender
#DDEAFD
BlueColor Codes
All color formats for development
HEX
#DDEAFDRGB
rgb(221, 234, 253)HSL
hsl(216, 89%, 93%)OKLCH
oklch(0.933 0.029 257.8)CMYK
cmyk(13%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CEFA
2#84B2F8
3#5796F5
4#2A7AF3
5#0D61E0
6#0A4EB3
7#083A86
8#05275A
9#03132D
Tints
Lighter variations
1#E1ECFD
2#E4EEFD
3#E7F0FE
4#EBF2FE
5#EEF4FE
6#F2F7FE
7#F5F9FE
8#F8FBFF
9#FCFDFF
Tones
Muted variations
1#DFEAFB
2#E0EBFA
3#E2EBF8
4#E4EBF7
5#E5ECF5
6#E7ECF4
7#E8ECF2
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5696 #5696F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2678 #2678F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C5C #0C5CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A49 #0A49A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0734 #073478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0422 #04224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DDEAFD;
--lavender-200: #C0D8FB;
--lavender-300: #90BAF9;
--lavender-400: #5696F5;
--lavender-500: #2678F2;
--lavender-600: #0C5CD4;
--lavender-700: #0A49A9;
--lavender-800: #073478;
--lavender-900: #04224D;
--lavender-950: #031530;
}