Lavender
#DFF0FC
BlueColor Codes
All color formats for development
HEX
#DFF0FCRGB
rgb(223, 240, 252)HSL
hsl(205, 83%, 93%)OKLCH
oklch(0.946 0.024 238.4)CMYK
cmyk(12%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3DBF8
2#88C7F4
3#5CB2F0
4#319EEC
5#1487D9
6#106CAE
7#0C5182
8#083657
9#041B2B
Tints
Lighter variations
1#E2F1FC
2#E5F3FD
3#E8F4FD
4#EBF6FD
5#EFF7FD
6#F2F9FE
7#F5FAFE
8#F8FCFE
9#FCFDFF
Tones
Muted variations
1#E0EFFA
2#E1EFF9
3#E3EFF8
4#E4EFF6
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 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB2 #5CB2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9C #2D9CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1380 #1380CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F66 #0F66A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B49 #0B4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DEF0FC;
--lavender-200: #C2E2F9;
--lavender-300: #94CCF5;
--lavender-400: #5CB2F0;
--lavender-500: #2D9CEB;
--lavender-600: #1380CD;
--lavender-700: #0F66A3;
--lavender-800: #0B4975;
--lavender-900: #072E4B;
--lavender-950: #041D2F;
}