Lavender
#DEF0FC
BlueColor Codes
All color formats for development
HEX
#DEF0FCRGB
rgb(222, 240, 252)HSL
hsl(204, 83%, 93%)OKLCH
oklch(0.945 0.025 236.8)CMYK
cmyk(12%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3DCF8
2#88C9F4
3#5CB5F0
4#31A1EC
5#148AD9
6#106FAE
7#0C5382
8#083757
9#041C2B
Tints
Lighter variations
1#E2F2FC
2#E5F3FD
3#E8F5FD
4#EBF6FD
5#EFF8FD
6#F2F9FE
7#F5FBFE
8#F8FCFE
9#FCFEFF
Tones
Muted variations
1#E0F0FA
2#E1F0F9
3#E3EFF8
4#E4EFF6
5#E6EFF5
6#E7EEF3
7#E9EEF2
8#EAEEF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB5 #5CB5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9F #2D9FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1383 #1383CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F68 #0F68A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FE;
--lavender-100: #DEF0FC;
--lavender-200: #C2E3F9;
--lavender-300: #94CEF5;
--lavender-400: #5CB5F0;
--lavender-500: #2D9FEB;
--lavender-600: #1383CD;
--lavender-700: #0F68A3;
--lavender-800: #0B4A75;
--lavender-900: #07304B;
--lavender-950: #041E2F;
}