Lavender
#DEEFFC
BlueColor Codes
All color formats for development
HEX
#DEEFFCRGB
rgb(222, 239, 252)HSL
hsl(206, 83%, 93%)OKLCH
oklch(0.943 0.025 240.7)CMYK
cmyk(12%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3DAF8
2#88C5F4
3#5CB0F0
4#319BEC
5#1484D9
6#1069AE
7#0C4F82
8#083557
9#041A2B
Tints
Lighter variations
1#E2F1FC
2#E5F2FD
3#E8F4FD
4#EBF5FD
5#EFF7FD
6#F2F9FE
7#F5FAFE
8#F8FCFE
9#FCFDFF
Tones
Muted variations
1#E0EFFA
2#E1EFF9
3#E3EFF8
4#E4EEF6
5#E6EEF5
6#E7EEF3
7#E9EEF2
8#EAEEF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB0 #5CB0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D99 #2D99EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 137D #137DCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F63 #0F63A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DEEFFC;
--lavender-200: #C2E2F9;
--lavender-300: #94CBF5;
--lavender-400: #5CB0F0;
--lavender-500: #2D99EB;
--lavender-600: #137DCD;
--lavender-700: #0F63A3;
--lavender-800: #0B4775;
--lavender-900: #072D4B;
--lavender-950: #041C2F;
}