Lavender
#C2FAEE
CyanColor Codes
All color formats for development
HEX
#C2FAEERGB
rgb(194, 250, 238)HSL
hsl(167, 85%, 87%)OKLCH
oklch(0.944 0.059 180.4)CMYK
cmyk(22%, 0%, 5%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99F7E2
2#70F3D7
3#47F0CB
4#1EEDC0
5#11CDA4
6#0DA483
7#0A7B63
8#075242
9#032921
Tints
Lighter variations
1#C8FBF0
2#CEFBF1
3#D4FCF3
4#DAFCF5
5#E0FDF6
6#E6FDF8
7#EDFEFA
8#F3FEFC
9#F9FFFD
Tones
Muted variations
1#C4F7EC
2#C7F4EB
3#CAF2E9
4#CDEFE7
5#D0ECE6
6#D3E9E4
7#D5E6E3
8#D8E3E1
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E1 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D1 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765E | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFB;
--lavender-100: #DEFCF6;
--lavender-200: #C2FAEE;
--lavender-300: #92F6E1;
--lavender-400: #5AF2D1;
--lavender-500: #2BEEC4;
--lavender-600: #11D0A6;
--lavender-700: #0DA584;
--lavender-800: #0A765E;
--lavender-900: #064B3C;
--lavender-950: #042F26;
}