Lavender
#DEF4FC
BlueColor Codes
All color formats for development
HEX
#DEF4FCRGB
rgb(222, 244, 252)HSL
hsl(196, 83%, 93%)OKLCH
oklch(0.953 0.026 221.6)CMYK
cmyk(12%, 3%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3E6F8
2#88D7F4
3#5CC8F0
4#31BAEC
5#14A5D9
6#1084AE
7#0C6382
8#084257
9#04212B
Tints
Lighter variations
1#E2F5FC
2#E5F6FD
3#E8F7FD
4#EBF8FD
5#EFFAFD
6#F2FBFE
7#F5FCFE
8#F8FDFE
9#FCFEFF
Tones
Muted variations
1#E0F3FA
2#E1F3F9
3#E3F2F8
4#E4F1F6
5#E6F1F5
6#E7F0F3
7#E9EFF2
8#EAEFF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EB #C2EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CC8 #5CC8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB9 #2DB9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139C #139CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7C #0F7CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0739 #07394B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DEF4FC;
--lavender-200: #C2EBF9;
--lavender-300: #94DBF5;
--lavender-400: #5CC8F0;
--lavender-500: #2DB9EB;
--lavender-600: #139CCD;
--lavender-700: #0F7CA3;
--lavender-800: #0B5875;
--lavender-900: #07394B;
--lavender-950: #04232F;
}