Lavender
#DDFAFD
CyanColor Codes
All color formats for development
HEX
#DDFAFDRGB
rgb(221, 250, 253)HSL
hsl(186, 89%, 93%)OKLCH
oklch(0.965 0.03 204.2)CMYK
cmyk(13%, 1%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0F3FA
2#84ECF8
3#57E5F5
4#2ADFF3
5#0DCBE0
6#0AA2B3
7#087A86
8#05515A
9#03292D
Tints
Lighter variations
1#E1FAFD
2#E4FBFD
3#E7FBFE
4#EBFCFE
5#EEFCFE
6#F2FDFE
7#F5FDFE
8#F8FEFF
9#FCFEFF
Tones
Muted variations
1#DFF9FB
2#E0F7FA
3#E2F6F8
4#E4F5F7
5#E5F4F5
6#E7F2F4
7#E8F1F2
8#EAF0F0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F5 #C0F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EE #90EEF9 | BordersInactive statesPlaceholder text |
| 400 | 56E5 #56E5F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26DE #26DEF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC0 #0CC0D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A99 #0A99A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 076D #076D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DDFAFD;
--lavender-200: #C0F5FB;
--lavender-300: #90EEF9;
--lavender-400: #56E5F5;
--lavender-500: #26DEF2;
--lavender-600: #0CC0D4;
--lavender-700: #0A99A9;
--lavender-800: #076D78;
--lavender-900: #04464D;
--lavender-950: #032C30;
}