Lavender
#DCF4FF
BlueColor Codes
All color formats for development
HEX
#DCF4FFRGB
rgb(220, 244, 255)HSL
hsl(199, 100%, 93%)OKLCH
oklch(0.953 0.029 227)CMYK
cmyk(14%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACE5FF
2#7CD6FF
3#4DC7FF
4#1EB8FF
5#00A2ED
6#0082BE
7#00618E
8#00415F
9#00202F
Tints
Lighter variations
1#DFF5FF
2#E2F6FF
3#E6F7FF
4#EAF8FF
5#EDF9FF
6#F1FAFF
7#F4FCFF
8#F8FDFF
9#FBFEFF
Tones
Muted variations
1#DDF3FD
2#DFF2FB
3#E1F2FA
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 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DBF4FF;
--lavender-200: #BDEAFF;
--lavender-300: #8ADAFF;
--lavender-400: #4DC6FF;
--lavender-500: #1AB6FF;
--lavender-600: #0099E0;
--lavender-700: #007AB3;
--lavender-800: #005780;
--lavender-900: #003852;
--lavender-950: #002333;
}