Lavender

#CAF2DD

Green

Color Codes

All color formats for development

HEX
#CAF2DD
RGB
rgb(202, 242, 221)
HSL
hsl(149, 61%, 87%)
OKLCH
oklch(0.927 0.05 162.4)
CMYK
cmyk(17%, 0%, 9%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.26: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#A6E9C7
2#82E1B0
3#5ED899
4#3BCF83
5#2BB36D
6#238F57
7#1A6B41
8#11472B
9#092416

Tints

Lighter variations

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

Tones

Muted variations

1#CCF0DD
2#CEEEDD
3#D0ECDD
4#D2EADD
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
#CAF2DD
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8C3
BordersInactive statesPlaceholder text
400
6FDC
#6FDCA4
Disabled statesSecondary iconsMuted text
500
46D2
#46D28A
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB56E
Hover statesFocus ringsPrimary buttons hover
700
2390
#239057
Active/pressed statesDark mode accentsSecondary text
800
1967
#19673E
Text on light backgroundsHeadingsStrong borders
900
1042
#104228
Primary textHigh emphasis contentDark headings
950
0A29
#0A2919
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCF7;
  --lavender-100: #E2F8ED;
  --lavender-200: #CAF2DD;
  --lavender-300: #A1E8C3;
  --lavender-400: #6FDCA4;
  --lavender-500: #46D28A;
  --lavender-600: #2CB56E;
  --lavender-700: #239057;
  --lavender-800: #19673E;
  --lavender-900: #104228;
  --lavender-950: #0A2919;
}
Generate More ShadesCreate PaletteConvert Color