Lavender
#DCEAFF
BlueColor Codes
All color formats for development
HEX
#DCEAFFRGB
rgb(220, 234, 255)HSL
hsl(216, 100%, 93%)OKLCH
oklch(0.933 0.032 258.4)CMYK
cmyk(14%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACCDFF
2#7CB1FF
3#4D94FF
4#1E78FF
5#005FED
6#004CBE
7#00398E
8#00265F
9#00132F
Tints
Lighter variations
1#DFECFF
2#E2EEFF
3#E6F0FF
4#EAF2FF
5#EDF4FF
6#F1F6FF
7#F4F9FF
8#F8FBFF
9#FBFDFF
Tones
Muted variations
1#DDEAFD
2#DFEAFB
3#E1EBFA
4#E2EBF8
5#E4EBF6
6#E6ECF4
7#E8ECF3
8#EAECF1
9#EBEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD7 #BDD7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB9 #8AB9FF | BordersInactive statesPlaceholder text |
| 400 | 4D94 #4D94FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A75 #1A75FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005A #005AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0047 #0047B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0033 #003380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0021 #002152 | Primary textHigh emphasis contentDark headings |
| 950 | 0014 #001433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DBEAFF;
--lavender-200: #BDD7FF;
--lavender-300: #8AB9FF;
--lavender-400: #4D94FF;
--lavender-500: #1A75FF;
--lavender-600: #005AE0;
--lavender-700: #0047B3;
--lavender-800: #003380;
--lavender-900: #002152;
--lavender-950: #001433;
}