Lavender
#CAF2E9
CyanColor Codes
All color formats for development
HEX
#CAF2E9RGB
rgb(202, 242, 233)HSL
hsl(167, 61%, 87%)OKLCH
oklch(0.93 0.043 180.2)CMYK
cmyk(17%, 0%, 4%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9DB
2#82E1CC
3#5ED8BE
4#3BCFAF
5#2BB395
6#238F77
7#1A6B5A
8#11473C
9#09241E
Tints
Lighter variations
1#CFF3EB
2#D4F5EE
3#DAF6F0
4#DFF7F2
5#E4F9F4
6#EAFAF6
7#EFFBF8
8#F4FCFB
9#FAFEFD
Tones
Muted variations
1#CCF0E8
2#CEEEE7
3#D0ECE6
4#D2EAE5
5#D4E8E4
6#D6E6E2
7#D8E4E1
8#DAE2E0
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB597 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104237 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFA;
--lavender-100: #E2F8F3;
--lavender-200: #CAF2E9;
--lavender-300: #A1E8D9;
--lavender-400: #6FDCC5;
--lavender-500: #46D2B4;
--lavender-600: #2CB597;
--lavender-700: #239078;
--lavender-800: #196756;
--lavender-900: #104237;
--lavender-950: #0A2922;
}