Lavender
#CFE6ED
CyanColor Codes
All color formats for development
HEX
#CFE6EDRGB
rgb(207, 230, 237)HSL
hsl(194, 45%, 87%)OKLCH
oklch(0.91 0.026 218)CMYK
cmyk(13%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFD5E1
2#8FC4D4
3#6EB3C8
4#4EA2BC
5#3D8AA1
6#316E81
7#255361
8#183740
9#0C1C20
Tints
Lighter variations
1#D4E8EF
2#D9EBF0
3#DDEDF2
4#E2F0F4
5#E7F2F6
6#ECF5F8
7#F1F7FA
8#F5FAFB
9#FAFCFD
Tones
Muted variations
1#D0E5EB
2#D2E4EA
3#D3E3E8
4#D5E3E7
5#D6E2E5
6#D8E1E4
7#D9E0E2
8#DBDFE1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59A8 #59A8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8B #3E8BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316F #316F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234F #234F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F1F5;
--lavender-200: #CFE6ED;
--lavender-300: #AAD2DF;
--lavender-400: #7EBBCE;
--lavender-500: #59A8C0;
--lavender-600: #3E8BA3;
--lavender-700: #316F81;
--lavender-800: #234F5C;
--lavender-900: #16333B;
--lavender-950: #0E2025;
}