Lavender
#CFEDED
CyanColor Codes
All color formats for development
HEX
#CFEDEDRGB
rgb(207, 237, 237)HSL
hsl(180, 45%, 87%)OKLCH
oklch(0.924 0.031 196.6)CMYK
cmyk(13%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AFE1E1
2#8FD4D4
3#6EC8C8
4#4EBCBC
5#3DA1A1
6#318181
7#256161
8#184040
9#0C2020
Tints
Lighter variations
1#D4EFEF
2#D9F0F0
3#DDF2F2
4#E2F4F4
5#E7F6F6
6#ECF8F8
7#F1FAFA
8#F5FBFB
9#FAFDFD
Tones
Muted variations
1#D0EBEB
2#D2EAEA
3#D3E8E8
4#D5E7E7
5#D6E5E5
6#D8E4E4
7#D9E2E2
8#DBE1E1
9#DCDFDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADF #AADFDF | BordersInactive statesPlaceholder text |
| 400 | 7ECE #7ECECE | Disabled statesSecondary iconsMuted text |
| 500 | 59C0 #59C0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA3 #3EA3A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3181 #318181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235C #235C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4FBFB;
--lavender-100: #E5F5F5;
--lavender-200: #CFEDED;
--lavender-300: #AADFDF;
--lavender-400: #7ECECE;
--lavender-500: #59C0C0;
--lavender-600: #3EA3A3;
--lavender-700: #318181;
--lavender-800: #235C5C;
--lavender-900: #163B3B;
--lavender-950: #0E2525;
}