Lavender

#BDFFE2

Green

Color Codes

All color formats for development

HEX
#BDFFE2
RGB
rgb(189, 255, 226)
HSL
hsl(154, 100%, 87%)
OKLCH
oklch(0.948 0.077 165.9)
CMYK
cmyk(26%, 0%, 11%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#90FFCF
2#64FFBC
3#38FFA9
4#0BFF95
5#00DE7E
6#00B165
7#00854B
8#005932
9#002C19

Tints

Lighter variations

1#C3FFE5
2#CAFFE8
3#D1FFEB
4#D7FFEE
5#DEFFF1
6#E4FFF4
7#EBFFF6
8#F2FFF9
9#F8FFFC

Tones

Muted variations

1#C0FCE2
2#C3F8E1
3#C7F5E1
4#CAF2E1
5#CDEEE0
6#D1EBE0
7#D4E8DF
8#D7E4DF
9#DBE1DE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF8
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF0
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE2
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCC
BordersInactive statesPlaceholder text
400
4DFF
#4DFFB2
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF9C
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E07F
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B365
Active/pressed statesDark mode accentsSecondary text
800
0080
#008048
Text on light backgroundsHeadingsStrong borders
900
0052
#00522E
Primary textHigh emphasis contentDark headings
950
0033
#00331D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFF8;
  --lavender-100: #DBFFF0;
  --lavender-200: #BDFFE2;
  --lavender-300: #8AFFCC;
  --lavender-400: #4DFFB2;
  --lavender-500: #1AFF9C;
  --lavender-600: #00E07F;
  --lavender-700: #00B365;
  --lavender-800: #008048;
  --lavender-900: #00522E;
  --lavender-950: #00331D;
}
Generate More ShadesCreate PaletteConvert Color