Lavender
#DFF3FC
BlueColor Codes
All color formats for development
HEX
#DFF3FCRGB
rgb(223, 243, 252)HSL
hsl(199, 83%, 93%)OKLCH
oklch(0.952 0.024 226.5)CMYK
cmyk(12%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3E2F8
2#88D2F4
3#5CC1F0
4#31B1EC
5#149BD9
6#107CAE
7#0C5D82
8#083E57
9#041F2B
Tints
Lighter variations
1#E2F4FC
2#E5F5FD
3#E8F6FD
4#EBF8FD
5#EFF9FD
6#F2FAFE
7#F5FBFE
8#F8FDFE
9#FCFEFF
Tones
Muted variations
1#E0F2FA
2#E1F1F9
3#E3F1F8
4#E4F0F6
5#E6F0F5
6#E7EFF3
7#E9EFF2
8#EAEEF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E8 #C2E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC1 #5CC1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAF #2DAFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1392 #1392CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F74 #0F74A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DEF3FC;
--lavender-200: #C2E8F9;
--lavender-300: #94D6F5;
--lavender-400: #5CC1F0;
--lavender-500: #2DAFEB;
--lavender-600: #1392CD;
--lavender-700: #0F74A3;
--lavender-800: #0B5375;
--lavender-900: #07354B;
--lavender-950: #04212F;
}