Lavender
#DFF9FB
CyanColor Codes
All color formats for development
HEX
#DFF9FBRGB
rgb(223, 249, 251)HSL
hsl(184, 78%, 93%)OKLCH
oklch(0.964 0.027 202.3)CMYK
cmyk(11%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F2F6
2#8BEAF1
3#61E2EB
4#36DAE6
5#1AC7D3
6#159FA9
7#10777F
8#0A4F54
9#05282A
Tints
Lighter variations
1#E2FAFB
2#E6FAFC
3#E9FBFC
4#ECFCFD
5#EFFCFD
6#F2FDFD
7#F5FDFE
8#F9FEFE
9#FCFEFF
Tones
Muted variations
1#E1F8FA
2#E2F7F8
3#E3F6F7
4#E5F4F6
5#E6F3F4
6#E8F2F3
7#E9F1F1
8#EAF0F0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFD;
--lavender-100: #DFF9FB;
--lavender-200: #C4F4F8;
--lavender-300: #97ECF2;
--lavender-400: #60E2EB;
--lavender-500: #33DAE6;
--lavender-600: #19BCC8;
--lavender-700: #14969F;
--lavender-800: #0E6B71;
--lavender-900: #094449;
--lavender-950: #062B2D;
}