Lavender
#DFFAFC
CyanColor Codes
All color formats for development
HEX
#DFFAFCRGB
rgb(223, 250, 252)HSL
hsl(184, 83%, 93%)OKLCH
oklch(0.966 0.028 202.1)CMYK
cmyk(12%, 1%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B3F3F8
2#88EDF4
3#5CE6F0
4#31DFEC
5#14CCD9
6#10A3AE
7#0C7A82
8#085257
9#04292B
Tints
Lighter variations
1#E2FAFC
2#E5FBFD
3#E8FBFD
4#EBFCFD
5#EFFCFD
6#F2FDFE
7#F5FDFE
8#F8FEFE
9#FCFEFF
Tones
Muted variations
1#E0F9FA
2#E1F7F9
3#E3F6F8
4#E4F5F6
5#E6F4F5
6#E7F2F3
7#E9F1F2
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 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DEFAFC;
--lavender-200: #C2F6F9;
--lavender-300: #94EFF5;
--lavender-400: #5CE6F0;
--lavender-500: #2DDFEB;
--lavender-600: #13C1CD;
--lavender-700: #0F99A3;
--lavender-800: #0B6E75;
--lavender-900: #07464B;
--lavender-950: #042C2F;
}