Lavender
#DFFBFC
CyanColor Codes
All color formats for development
HEX
#DFFBFCRGB
rgb(223, 251, 252)HSL
hsl(182, 83%, 93%)OKLCH
oklch(0.968 0.029 199.3)CMYK
cmyk(12%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F6F8
2#88F0F4
3#5CEBF0
4#31E6EC
5#14D2D9
6#10A8AE
7#0C7E82
8#085457
9#042A2B
Tints
Lighter variations
1#E2FBFC
2#E5FCFD
3#E8FCFD
4#EBFDFD
5#EFFDFD
6#F2FDFE
7#F5FEFE
8#F8FEFE
9#FCFFFF
Tones
Muted variations
1#E0FAFA
2#E1F8F9
3#E3F7F8
4#E4F5F6
5#E6F4F5
6#E7F3F3
7#E9F1F2
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 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DEFBFC;
--lavender-200: #C2F8F9;
--lavender-300: #94F2F5;
--lavender-400: #5CEBF0;
--lavender-500: #2DE5EB;
--lavender-600: #13C7CD;
--lavender-700: #0F9EA3;
--lavender-800: #0B7175;
--lavender-900: #07484B;
--lavender-950: #042D2F;
}