Lavender
#CAF2ED
CyanColor Codes
All color formats for development
HEX
#CAF2EDRGB
rgb(202, 242, 237)HSL
hsl(173, 61%, 87%)OKLCH
oklch(0.931 0.042 187.2)CMYK
cmyk(17%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9E2
2#82E1D6
3#5ED8CA
4#3BCFBE
5#2BB3A3
6#238F82
7#1A6B62
8#114741
9#092421
Tints
Lighter variations
1#CFF3EF
2#D4F5F1
3#DAF6F3
4#DFF7F4
5#E4F9F6
6#EAFAF8
7#EFFBFA
8#F4FCFB
9#FAFEFD
Tones
Muted variations
1#CCF0EC
2#CEEEEA
3#D0ECE9
4#D2EAE7
5#D4E8E6
6#D6E6E4
7#D8E4E3
8#DAE2E1
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFB;
--lavender-100: #E2F8F5;
--lavender-200: #CAF2ED;
--lavender-300: #A1E8E0;
--lavender-400: #6FDCCF;
--lavender-500: #46D2C2;
--lavender-600: #2CB5A5;
--lavender-700: #239083;
--lavender-800: #19675E;
--lavender-900: #10423C;
--lavender-950: #0A2925;
}