Lavender
#DDF8FD
CyanColor Codes
All color formats for development
HEX
#DDF8FDRGB
rgb(221, 248, 253)HSL
hsl(189, 89%, 93%)OKLCH
oklch(0.961 0.029 210)CMYK
cmyk(13%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0EFFA
2#84E6F8
3#57DDF5
4#2AD5F3
5#0DC0E0
6#0A9AB3
7#087386
8#054D5A
9#03262D
Tints
Lighter variations
1#E1F9FD
2#E4FAFD
3#E7FAFE
4#EBFBFE
5#EEFCFE
6#F2FCFE
7#F5FDFE
8#F8FEFF
9#FCFEFF
Tones
Muted variations
1#DFF7FB
2#E0F6FA
3#E2F5F8
4#E4F4F7
5#E5F3F5
6#E7F2F4
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 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 56DD #56DDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D4 #26D4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB6 #0CB6D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A91 #0A91A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0767 #076778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DDF8FD;
--lavender-200: #C0F3FB;
--lavender-300: #90E9F9;
--lavender-400: #56DDF5;
--lavender-500: #26D4F2;
--lavender-600: #0CB6D4;
--lavender-700: #0A91A9;
--lavender-800: #076778;
--lavender-900: #04424D;
--lavender-950: #032930;
}