Lavender
#C2FAF9
CyanColor Codes
All color formats for development
HEX
#C2FAF9RGB
rgb(194, 250, 249)HSL
hsl(179, 85%, 87%)OKLCH
oklch(0.947 0.056 194.9)CMYK
cmyk(22%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99F7F5
2#70F3F1
3#47F0ED
4#1EEDE9
5#11CDCA
6#0DA4A2
7#0A7B79
8#075251
9#032928
Tints
Lighter variations
1#C8FBFA
2#CEFBFA
3#D4FCFB
4#DAFCFB
5#E0FDFC
6#E6FDFD
7#EDFEFD
8#F3FEFE
9#F9FFFE
Tones
Muted variations
1#C4F7F6
2#C7F4F4
3#CAF2F1
4#CDEFEE
5#D0ECEB
6#D3E9E9
7#D5E6E6
8#D8E3E3
9#DBE1E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFE;
--lavender-100: #DEFCFC;
--lavender-200: #C2FAF9;
--lavender-300: #92F6F5;
--lavender-400: #5AF2EF;
--lavender-500: #2BEEEB;
--lavender-600: #11D0CC;
--lavender-700: #0DA5A3;
--lavender-800: #0A7674;
--lavender-900: #064B4A;
--lavender-950: #042F2E;
}