Lavender
#C7F2F4
CyanColor Codes
All color formats for development
HEX
#C7F2F4RGB
rgb(199, 242, 244)HSL
hsl(183, 67%, 87%)OKLCH
oklch(0.932 0.044 199.9)CMYK
cmyk(18%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3E9ED
2#7EE0E5
3#58D7DE
4#33CFD7
5#25B2B9
6#1D8E94
7#166B6F
8#0F474A
9#072425
Tints
Lighter variations
1#CDF3F5
2#D3F4F6
3#D8F6F7
4#DEF7F8
5#E3F8FA
6#E9FAFB
7#EEFBFC
8#F4FCFD
9#F9FEFE
Tones
Muted variations
1#CAF0F2
2#CCEEF0
3#CEECED
4#D1EAEB
5#D3E8E9
6#D5E6E7
7#D7E4E5
8#D9E2E2
9#DCE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE8 #9DE8EC | BordersInactive statesPlaceholder text |
| 400 | 6ADC #6ADCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD1 #3FD1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B4 #25B4BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8F #1D8F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1566 #15666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFC;
--lavender-100: #E1F8F9;
--lavender-200: #C8F2F4;
--lavender-300: #9DE8EC;
--lavender-400: #6ADCE2;
--lavender-500: #3FD1D9;
--lavender-600: #25B4BB;
--lavender-700: #1D8F95;
--lavender-800: #15666A;
--lavender-900: #0D4144;
--lavender-950: #08292B;
}