Lavender
#DDF9FD
CyanColor Codes
All color formats for development
HEX
#DDF9FDRGB
rgb(221, 249, 253)HSL
hsl(188, 89%, 93%)OKLCH
oklch(0.963 0.03 207.1)CMYK
cmyk(13%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0F1FA
2#84E8F8
3#57E0F5
4#2AD8F3
5#0DC4E0
6#0A9DB3
7#087686
8#054E5A
9#03272D
Tints
Lighter variations
1#E1F9FD
2#E4FAFD
3#E7FBFE
4#EBFBFE
5#EEFCFE
6#F2FDFE
7#F5FDFE
8#F8FEFF
9#FCFEFF
Tones
Muted variations
1#DFF8FB
2#E0F6FA
3#E2F5F8
4#E4F4F7
5#E5F3F5
6#E7F2F4
7#E8F1F2
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 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 56E0 #56E0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D7 #26D7F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB9 #0CB9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A94 #0A94A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0769 #076978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DDF9FD;
--lavender-200: #C0F3FB;
--lavender-300: #90EBF9;
--lavender-400: #56E0F5;
--lavender-500: #26D7F2;
--lavender-600: #0CB9D4;
--lavender-700: #0A94A9;
--lavender-800: #076978;
--lavender-900: #04434D;
--lavender-950: #032A30;
}