Lavender
#DDF7FD
CyanColor Codes
All color formats for development
HEX
#DDF7FDRGB
rgb(221, 247, 253)HSL
hsl(191, 89%, 93%)OKLCH
oklch(0.959 0.028 213.2)CMYK
cmyk(13%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0EDFA
2#84E3F8
3#57D8F5
4#2ACEF3
5#0DB9E0
6#0A94B3
7#086F86
8#054A5A
9#03252D
Tints
Lighter variations
1#E1F8FD
2#E4F9FD
3#E7FAFE
4#EBFAFE
5#EEFBFE
6#F2FCFE
7#F5FDFE
8#F8FDFF
9#FCFEFF
Tones
Muted variations
1#DFF6FB
2#E0F5FA
3#E2F4F8
4#E4F3F7
5#E5F2F5
6#E7F1F4
7#E8F0F2
8#EAEFF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E5 #90E5F9 | BordersInactive statesPlaceholder text |
| 400 | 56D8 #56D8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26CD #26CDF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CAF #0CAFD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8C #0A8CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0764 #076478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DDF7FD;
--lavender-200: #C0F1FB;
--lavender-300: #90E5F9;
--lavender-400: #56D8F5;
--lavender-500: #26CDF2;
--lavender-600: #0CAFD4;
--lavender-700: #0A8CA9;
--lavender-800: #076478;
--lavender-900: #04404D;
--lavender-950: #032830;
}