Lavender
#DCF1FF
BlueColor Codes
All color formats for development
HEX
#DCF1FFRGB
rgb(220, 241, 255)HSL
hsl(204, 100%, 93%)OKLCH
oklch(0.947 0.029 236.9)CMYK
cmyk(14%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACDEFF
2#7CCBFF
3#4DB8FF
4#1EA5FF
5#008EED
6#0072BE
7#00558E
8#00395F
9#001C2F
Tints
Lighter variations
1#DFF2FF
2#E2F4FF
3#E6F5FF
4#EAF6FF
5#EDF8FF
6#F1F9FF
7#F4FBFF
8#F8FCFF
9#FBFEFF
Tones
Muted variations
1#DDF0FD
2#DFF0FB
3#E1F0FA
4#E2EFF8
5#E4EFF6
6#E6EFF4
7#E8EEF3
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 | DBF1 #DBF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE4 #BDE4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD0 #8AD0FF | BordersInactive statesPlaceholder text |
| 400 | 4DB8 #4DB8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AA3 #1AA3FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0087 #0087E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 006B #006BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004D #004D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0031 #003152 | Primary textHigh emphasis contentDark headings |
| 950 | 001F #001F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DBF1FF;
--lavender-200: #BDE4FF;
--lavender-300: #8AD0FF;
--lavender-400: #4DB8FF;
--lavender-500: #1AA3FF;
--lavender-600: #0087E0;
--lavender-700: #006BB3;
--lavender-800: #004D80;
--lavender-900: #003152;
--lavender-950: #001F33;
}