Lavender
#DDFBFD
CyanColor Codes
All color formats for development
HEX
#DDFBFDRGB
rgb(221, 251, 253)HSL
hsl(184, 89%, 93%)OKLCH
oklch(0.967 0.031 201.5)CMYK
cmyk(13%, 1%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0F5FA
2#84F0F8
3#57EBF5
4#2AE5F3
5#0DD2E0
6#0AA8B3
7#087E86
8#05545A
9#032A2D
Tints
Lighter variations
1#E1FBFD
2#E4FCFD
3#E7FCFE
4#EBFDFE
5#EEFDFE
6#F2FDFE
7#F5FEFE
8#F8FEFF
9#FCFFFF
Tones
Muted variations
1#DFFAFB
2#E0F8FA
3#E2F7F8
4#E4F5F7
5#E5F4F5
6#E7F3F4
7#E8F1F2
8#EAF0F0
9#ECEFEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 56EB #56EBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26E5 #26E5F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC7 #0CC7D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A9E #0A9EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0771 #077178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DDFBFD;
--lavender-200: #C0F7FB;
--lavender-300: #90F2F9;
--lavender-400: #56EBF5;
--lavender-500: #26E5F2;
--lavender-600: #0CC7D4;
--lavender-700: #0A9EA9;
--lavender-800: #077178;
--lavender-900: #04484D;
--lavender-950: #032D30;
}