Lavender
#C2FAF1
CyanColor Codes
All color formats for development
HEX
#C2FAF1RGB
rgb(194, 250, 241)HSL
hsl(170, 85%, 87%)OKLCH
oklch(0.944 0.058 184.2)CMYK
cmyk(22%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99F7E7
2#70F3DD
3#47F0D4
4#1EEDCA
5#11CDAE
6#0DA48B
7#0A7B68
8#075246
9#032923
Tints
Lighter variations
1#C8FBF2
2#CEFBF4
3#D4FCF5
4#DAFCF6
5#E0FDF8
6#E6FDF9
7#EDFEFB
8#F3FEFC
9#F9FFFE
Tones
Muted variations
1#C4F7EF
2#C7F4ED
3#CAF2EB
4#CDEFE9
5#D0ECE7
6#D3E9E5
7#D5E6E3
8#D8E3E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B40 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DEFCF7;
--lavender-200: #C2FAF1;
--lavender-300: #92F6E6;
--lavender-400: #5AF2D8;
--lavender-500: #2BEECD;
--lavender-600: #11D0B0;
--lavender-700: #0DA58C;
--lavender-800: #0A7664;
--lavender-900: #064B40;
--lavender-950: #042F28;
}