Lavender

#C8F4DD

Green

Color Codes

All color formats for development

HEX
#C8F4DD
RGB
rgb(200, 244, 221)
HSL
hsl(149, 67%, 87%)
OKLCH
oklch(0.93 0.055 162.4)
CMYK
cmyk(18%, 0%, 9%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#A3EDC6
2#7EE5B0
3#58DE99
4#33D782
5#25B96C
6#1D9457
7#166F41
8#0F4A2B
9#072516

Tints

Lighter variations

1#CDF5E0
2#D3F6E4
3#D8F7E7
4#DEF8EB
5#E3FAEE
6#E9FBF1
7#EEFCF5
8#F4FDF8
9#F9FEFC

Tones

Muted variations

1#CAF2DD
2#CCF0DD
3#CEEDDD
4#D1EBDD
5#D3E9DD
6#D5E7DE
7#D7E5DE
8#D9E2DE
9#DCE0DE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9ED
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4DD
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECC3
BordersInactive statesPlaceholder text
400
6AE2
#6AE2A4
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD98A
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB6E
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9557
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A3E
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4428
Primary textHigh emphasis contentDark headings
950
082B
#082B19
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCF7;
  --lavender-100: #E1F9ED;
  --lavender-200: #C8F4DD;
  --lavender-300: #9DECC3;
  --lavender-400: #6AE2A4;
  --lavender-500: #3FD98A;
  --lavender-600: #25BB6E;
  --lavender-700: #1D9557;
  --lavender-800: #156A3E;
  --lavender-900: #0D4428;
  --lavender-950: #082B19;
}
Generate More ShadesCreate PaletteConvert Color