Lavender
#DEEEFC
BlueColor Codes
All color formats for development
HEX
#DEEEFCRGB
rgb(222, 238, 252)HSL
hsl(208, 83%, 93%)OKLCH
oklch(0.941 0.026 244.4)CMYK
cmyk(12%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3D8F8
2#88C1F4
3#5CABF0
4#3195EC
5#147DD9
6#1064AE
7#0C4B82
8#083257
9#04192B
Tints
Lighter variations
1#E2F0FC
2#E5F2FD
3#E8F3FD
4#EBF5FD
5#EFF7FD
6#F2F8FE
7#F5FAFE
8#F8FCFE
9#FCFDFF
Tones
Muted variations
1#E0EEFA
2#E1EEF9
3#E3EEF8
4#E4EEF6
5#E6EEF5
6#E7EEF3
7#E9EDF2
8#EAEDF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAB #5CABF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D93 #2D93EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1376 #1376CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5E #0F5EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DEEEFC;
--lavender-200: #C2E0F9;
--lavender-300: #94C8F5;
--lavender-400: #5CABF0;
--lavender-500: #2D93EB;
--lavender-600: #1376CD;
--lavender-700: #0F5EA3;
--lavender-800: #0B4375;
--lavender-900: #072B4B;
--lavender-950: #041B2F;
}