Lavender
#DEF2FC
BlueColor Codes
All color formats for development
HEX
#DEF2FCRGB
rgb(222, 242, 252)HSL
hsl(200, 83%, 93%)OKLCH
oklch(0.949 0.025 229.1)CMYK
cmyk(12%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3E1F8
2#88D0F4
3#5CBFF0
4#31ADEC
5#1497D9
6#1079AE
7#0C5B82
8#083D57
9#041E2B
Tints
Lighter variations
1#E2F3FC
2#E5F5FD
3#E8F6FD
4#EBF7FD
5#EFF9FD
6#F2FAFE
7#F5FBFE
8#F8FCFE
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 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D5 #94D5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBE #5CBEF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAC #2DACEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138F #138FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F72 #0F72A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344B | 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: #F1F9FE;
--lavender-100: #DEF2FC;
--lavender-200: #C2E7F9;
--lavender-300: #94D5F5;
--lavender-400: #5CBEF0;
--lavender-500: #2DACEB;
--lavender-600: #138FCD;
--lavender-700: #0F72A3;
--lavender-800: #0B5175;
--lavender-900: #07344B;
--lavender-950: #04212F;
}