Lavender
#DCEFFE
BlueColor Codes
All color formats for development
HEX
#DCEFFERGB
rgb(220, 239, 254)HSL
hsl(206, 94%, 93%)OKLCH
oklch(0.943 0.029 241.6)CMYK
cmyk(13%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AEDBFD
2#80C6FB
3#52B1FA
4#249CF8
5#0785E6
6#066BB8
7#04508A
8#03355C
9#011B2E
Tints
Lighter variations
1#E0F1FE
2#E3F3FE
3#E7F4FE
4#EAF6FE
5#EEF7FE
6#F1F9FF
7#F5FAFF
8#F8FCFF
9#FCFDFF
Tones
Muted variations
1#DEEFFC
2#E0EFFB
3#E1EFF9
4#E3EEF7
5#E5EEF6
6#E6EEF4
7#E8EEF2
8#EAEEF1
9#EBEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCC #8DCCFB | BordersInactive statesPlaceholder text |
| 400 | 52B1 #52B1FA | Disabled statesSecondary iconsMuted text |
| 500 | 209B #209BF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077E #077EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0564 #0564AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FF;
--lavender-100: #DCEFFE;
--lavender-200: #BFE2FD;
--lavender-300: #8DCCFB;
--lavender-400: #52B1FA;
--lavender-500: #209BF8;
--lavender-600: #077EDA;
--lavender-700: #0564AD;
--lavender-800: #04487C;
--lavender-900: #022E4F;
--lavender-950: #021D31;
}