Lavender
#CEE7EE
CyanColor Codes
All color formats for development
HEX
#CEE7EERGB
rgb(206, 231, 238)HSL
hsl(193, 48%, 87%)OKLCH
oklch(0.912 0.028 216.4)CMYK
cmyk(13%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADD7E2
2#8CC7D7
3#6BB6CB
4#4BA6C0
5#3A8DA4
6#2E7183
7#235563
8#173842
9#0C1C21
Tints
Lighter variations
1#D3E9EF
2#D8ECF1
3#DDEEF3
4#E2F1F5
5#E6F3F6
6#EBF5F8
7#F0F8FA
8#F5FAFC
9#FAFDFD
Tones
Muted variations
1#D0E6EC
2#D1E5EB
3#D3E4E9
4#D4E3E7
5#D6E2E6
6#D7E1E4
7#D9E1E3
8#DBE0E1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBE #7BBED1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AB #55ABC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8F #3A8FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F2F6;
--lavender-200: #CEE7EE;
--lavender-300: #A8D4E1;
--lavender-400: #7BBED1;
--lavender-500: #55ABC3;
--lavender-600: #3A8FA6;
--lavender-700: #2E7284;
--lavender-800: #21515E;
--lavender-900: #15343C;
--lavender-950: #0D2026;
}