Lavender
#C2FAEC
CyanColor Codes
All color formats for development
HEX
#C2FAECRGB
rgb(194, 250, 236)HSL
hsl(165, 85%, 87%)OKLCH
oklch(0.943 0.06 177.9)CMYK
cmyk(22%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99F7DF
2#70F3D2
3#47F0C6
4#1EEDB9
5#11CD9E
6#0DA47E
7#0A7B5F
8#07523F
9#032920
Tints
Lighter variations
1#C8FBEE
2#CEFBF0
3#D4FCF2
4#DAFCF4
5#E0FDF5
6#E6FDF7
7#EDFEF9
8#F3FEFB
9#F9FFFD
Tones
Muted variations
1#C4F7EB
2#C7F4E9
3#CAF2E8
4#CDEFE6
5#D0ECE5
6#D3E9E3
7#D5E6E2
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 #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DD | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CC | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFB;
--lavender-100: #DEFCF5;
--lavender-200: #C2FAEC;
--lavender-300: #92F6DD;
--lavender-400: #5AF2CC;
--lavender-500: #2BEEBD;
--lavender-600: #11D0A0;
--lavender-700: #0DA57F;
--lavender-800: #0A765B;
--lavender-900: #064B3A;
--lavender-950: #042F24;
}