Lavender
#C2FAF4
CyanColor Codes
All color formats for development
HEX
#C2FAF4RGB
rgb(194, 250, 244)HSL
hsl(174, 85%, 87%)OKLCH
oklch(0.945 0.057 188.1)CMYK
cmyk(22%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99F7ED
2#70F3E6
3#47F0DF
4#1EEDD8
5#11CDBA
6#0DA495
7#0A7B70
8#07524B
9#032925
Tints
Lighter variations
1#C8FBF5
2#CEFBF7
3#D4FCF8
4#DAFCF9
5#E0FDFA
6#E6FDFB
7#EDFEFC
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F7F2
2#C7F4F0
3#CAF2EE
4#CDEFEB
5#D0ECE9
6#D3E9E7
7#D5E6E5
8#D8E3E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EC | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DEFCF9;
--lavender-200: #C2FAF4;
--lavender-300: #92F6EC;
--lavender-400: #5AF2E2;
--lavender-500: #2BEEDA;
--lavender-600: #11D0BC;
--lavender-700: #0DA596;
--lavender-800: #0A766B;
--lavender-900: #064B45;
--lavender-950: #042F2B;
}