Lavender
#DCF3FF
BlueColor Codes
All color formats for development
HEX
#DCF3FFRGB
rgb(220, 243, 255)HSL
hsl(201, 100%, 93%)OKLCH
oklch(0.951 0.029 230.3)CMYK
cmyk(14%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACE2FF
2#7CD1FF
3#4DC1FF
4#1EB0FF
5#009AED
6#007BBE
7#005C8E
8#003E5F
9#001F2F
Tints
Lighter variations
1#DFF4FF
2#E2F5FF
3#E6F6FF
4#EAF8FF
5#EDF9FF
6#F1FAFF
7#F4FBFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF2FD
2#DFF1FB
3#E1F1FA
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 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD6 #8AD6FF | BordersInactive statesPlaceholder text |
| 400 | 4DC1 #4DC1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAF #1AAFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0092 #0092E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0074 #0074B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0053 #005380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0035 #003552 | Primary textHigh emphasis contentDark headings |
| 950 | 0021 #002133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DBF3FF;
--lavender-200: #BDE8FF;
--lavender-300: #8AD6FF;
--lavender-400: #4DC1FF;
--lavender-500: #1AAFFF;
--lavender-600: #0092E0;
--lavender-700: #0074B3;
--lavender-800: #005380;
--lavender-900: #003552;
--lavender-950: #002133;
}