Lavender
#DFF2FC
BlueColor Codes
All color formats for development
HEX
#DFF2FCRGB
rgb(223, 242, 252)HSL
hsl(201, 83%, 93%)OKLCH
oklch(0.95 0.024 230.4)CMYK
cmyk(12%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3E0F8
2#88CEF4
3#5CBCF0
4#31AAEC
5#1494D9
6#1076AE
7#0C5982
8#083B57
9#041E2B
Tints
Lighter variations
1#E2F3FC
2#E5F4FD
3#E8F6FD
4#EBF7FD
5#EFF8FD
6#F2FAFE
7#F5FBFE
8#F8FCFE
9#FCFEFF
Tones
Muted variations
1#E0F1FA
2#E1F1F9
3#E3F0F8
4#E4F0F6
5#E6EFF5
6#E7EFF3
7#E9EEF2
8#EAEEF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBC #5CBCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA9 #2DA9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138C #138CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6F #0F6FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B50 #0B5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FE;
--lavender-100: #DEF2FC;
--lavender-200: #C2E6F9;
--lavender-300: #94D3F5;
--lavender-400: #5CBCF0;
--lavender-500: #2DA9EB;
--lavender-600: #138CCD;
--lavender-700: #0F6FA3;
--lavender-800: #0B5075;
--lavender-900: #07334B;
--lavender-950: #04202F;
}