Lavender
#DEECFC
BlueColor Codes
All color formats for development
HEX
#DEECFCRGB
rgb(222, 236, 252)HSL
hsl(212, 83%, 93%)OKLCH
oklch(0.937 0.026 251.7)CMYK
cmyk(12%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3D3F8
2#88BAF4
3#5CA1F0
4#3188EC
5#1470D9
6#105AAE
7#0C4382
8#082D57
9#04162B
Tints
Lighter variations
1#E2EEFC
2#E5F0FD
3#E8F2FD
4#EBF4FD
5#EFF6FD
6#F2F7FE
7#F5F9FE
8#F8FBFE
9#FCFDFF
Tones
Muted variations
1#E0ECFA
2#E1ECF9
3#E3ECF8
4#E4EDF6
5#E6EDF5
6#E7EDF3
7#E9EDF2
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C1 #94C1F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA1 #5CA1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D86 #2D86EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 136A #136ACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F54 #0F54A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3C #0B3C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0727 #07274B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DEECFC;
--lavender-200: #C2DCF9;
--lavender-300: #94C1F5;
--lavender-400: #5CA1F0;
--lavender-500: #2D86EB;
--lavender-600: #136ACD;
--lavender-700: #0F54A3;
--lavender-800: #0B3C75;
--lavender-900: #07274B;
--lavender-950: #04182F;
}