Lavender
#DBF2FF
BlueColor Codes
All color formats for development
HEX
#DBF2FFRGB
rgb(219, 242, 255)HSL
hsl(202, 100%, 93%)OKLCH
oklch(0.948 0.03 232.4)CMYK
cmyk(14%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACE1FF
2#7CCFFF
3#4DBEFF
4#1EACFF
5#0096ED
6#0078BE
7#005A8E
8#003C5F
9#001E2F
Tints
Lighter variations
1#DFF3FF
2#E2F5FF
3#E6F6FF
4#EAF7FF
5#EDF8FF
6#F1FAFF
7#F4FBFF
8#F8FCFF
9#FBFEFF
Tones
Muted variations
1#DDF1FD
2#DFF1FB
3#E1F0FA
4#E2F0F8
5#E4F0F6
6#E6EFF4
7#E8EFF3
8#EAEEF1
9#EBEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF2 #DBF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD4 #8AD4FF | BordersInactive statesPlaceholder text |
| 400 | 4DBE #4DBEFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAB #1AABFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008E #008EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0071 #0071B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0051 #005180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0034 #003452 | Primary textHigh emphasis contentDark headings |
| 950 | 0020 #002033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DBF2FF;
--lavender-200: #BDE7FF;
--lavender-300: #8AD4FF;
--lavender-400: #4DBEFF;
--lavender-500: #1AABFF;
--lavender-600: #008EE0;
--lavender-700: #0071B3;
--lavender-800: #005180;
--lavender-900: #003452;
--lavender-950: #002033;
}