Lavender

#CAF2DE

Green

Color Codes

All color formats for development

HEX
#CAF2DE
RGB
rgb(202, 242, 222)
HSL
hsl(150, 61%, 87%)
OKLCH
oklch(0.927 0.049 163.7)
CMYK
cmyk(17%, 0%, 8%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#A6E9C8
2#82E1B1
3#5ED89B
4#3BCF85
5#2BB36F
6#238F59
7#1A6B43
8#11472C
9#092416

Tints

Lighter variations

1#CFF3E1
2#D4F5E4
3#DAF6E8
4#DFF7EB
5#E4F9EE
6#EAFAF2
7#EFFBF5
8#F4FCF8
9#FAFEFC

Tones

Muted variations

1#CCF0DE
2#CEEEDE
3#D0ECDE
4#D2EADE
5#D4E8DE
6#D6E6DE
7#D8E4DE
8#DAE2DE
9#DCE0DE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8ED
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2DE
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8C4
BordersInactive statesPlaceholder text
400
6FDC
#6FDCA6
Disabled statesSecondary iconsMuted text
500
46D2
#46D28C
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB570
Hover statesFocus ringsPrimary buttons hover
700
2390
#239059
Active/pressed statesDark mode accentsSecondary text
800
1967
#196740
Text on light backgroundsHeadingsStrong borders
900
1042
#104229
Primary textHigh emphasis contentDark headings
950
0A29
#0A291A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCF7;
  --lavender-100: #E2F8ED;
  --lavender-200: #CAF2DE;
  --lavender-300: #A1E8C4;
  --lavender-400: #6FDCA6;
  --lavender-500: #46D28C;
  --lavender-600: #2CB570;
  --lavender-700: #239059;
  --lavender-800: #196740;
  --lavender-900: #104229;
  --lavender-950: #0A291A;
}
Generate More ShadesCreate PaletteConvert Color