Lavender
#C7F1F5
CyanColor Codes
All color formats for development
HEX
#C7F1F5RGB
rgb(199, 241, 245)HSL
hsl(185, 70%, 87%)OKLCH
oklch(0.93 0.044 203.5)CMYK
cmyk(19%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1E8EE
2#7BDFE8
3#56D5E1
4#30CCDA
5#21B0BD
6#1B8D97
7#146971
8#0D464B
9#072326
Tints
Lighter variations
1#CCF3F6
2#D2F4F7
3#D8F5F8
4#DDF7F9
5#E3F8FA
6#E8F9FB
7#EEFBFC
8#F4FCFD
9#F9FEFE
Tones
Muted variations
1#C9EFF3
2#CBEDF0
3#CEEBEE
4#D0E9EC
5#D2E8E9
6#D5E6E7
7#D7E4E5
8#D9E2E2
9#DCE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFD;
--lavender-100: #E1F8FA;
--lavender-200: #C7F1F5;
--lavender-300: #9BE7ED;
--lavender-400: #67DAE4;
--lavender-500: #3CCFDD;
--lavender-600: #22B2BF;
--lavender-700: #1B8D98;
--lavender-800: #13656C;
--lavender-900: #0C4145;
--lavender-950: #08282B;
}