Lavender
#DEEBFC
BlueColor Codes
All color formats for development
HEX
#DEEBFCRGB
rgb(222, 235, 252)HSL
hsl(214, 83%, 93%)OKLCH
oklch(0.935 0.027 255.1)CMYK
cmyk(12%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3D1F8
2#88B6F4
3#5C9CF0
4#3182EC
5#1469D9
6#1054AE
7#0C3F82
8#082A57
9#04152B
Tints
Lighter variations
1#E2EDFC
2#E5EFFD
3#E8F1FD
4#EBF3FD
5#EFF5FD
6#F2F7FE
7#F5F9FE
8#F8FBFE
9#FCFDFF
Tones
Muted variations
1#E0EBFA
2#E1ECF9
3#E3ECF8
4#E4ECF6
5#E6ECF5
6#E7ECF3
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 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DA #C2DAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BE #94BEF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9C #5C9CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D80 #2D80EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1364 #1364CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4F #0F4FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B39 #0B3975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0724 #07244B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DEEBFC;
--lavender-200: #C2DAF9;
--lavender-300: #94BEF5;
--lavender-400: #5C9CF0;
--lavender-500: #2D80EB;
--lavender-600: #1364CD;
--lavender-700: #0F4FA3;
--lavender-800: #0B3975;
--lavender-900: #07244B;
--lavender-950: #04172F;
}