Lavender
#DBF3FF
BlueColor Codes
All color formats for development
HEX
#DBF3FFRGB
rgb(219, 243, 255)HSL
hsl(200, 100%, 93%)OKLCH
oklch(0.95 0.03 229.2)CMYK
cmyk(14%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACE3FF
2#7CD3FF
3#4DC4FF
4#1EB4FF
5#009EED
6#007EBE
7#005F8E
8#003F5F
9#00202F
Tints
Lighter variations
1#DFF4FF
2#E2F5FF
3#E6F7FF
4#EAF8FF
5#EDF9FF
6#F1FAFF
7#F4FBFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF3FD
2#DFF2FB
3#E1F1FA
4#E2F1F8
5#E4F0F6
6#E6F0F4
7#E8EFF3
8#EAEEF1
9#EBEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DBF3FF;
--lavender-200: #BDE9FF;
--lavender-300: #8AD8FF;
--lavender-400: #4DC3FF;
--lavender-500: #1AB2FF;
--lavender-600: #0096E0;
--lavender-700: #0077B3;
--lavender-800: #005580;
--lavender-900: #003652;
--lavender-950: #002233;
}