Lavender

#BDFFE6

Green

Color Codes

All color formats for development

HEX
#BDFFE6
RGB
rgb(189, 255, 230)
HSL
hsl(157, 100%, 87%)
OKLCH
oklch(0.949 0.074 169.4)
CMYK
cmyk(26%, 0%, 10%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.61: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#90FFD5
2#64FFC4
3#38FFB3
4#0BFFA2
5#00DE89
6#00B16D
7#008552
8#005937
9#002C1B

Tints

Lighter variations

1#C3FFE8
2#CAFFEB
3#D1FFED
4#D7FFF0
5#DEFFF2
6#E4FFF5
7#EBFFF7
8#F2FFFA
9#F8FFFC

Tones

Muted variations

1#C0FCE5
2#C3F8E4
3#C7F5E3
4#CAF2E2
5#CDEEE2
6#D1EBE1
7#D4E8E0
8#D7E4DF
9#DBE1DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF1
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE6
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFD2
BordersInactive statesPlaceholder text
400
4DFF
#4DFFBB
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFA7
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E08A
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B36E
Active/pressed statesDark mode accentsSecondary text
800
0080
#00804F
Text on light backgroundsHeadingsStrong borders
900
0052
#005232
Primary textHigh emphasis contentDark headings
950
0033
#00331F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFF9;
  --lavender-100: #DBFFF1;
  --lavender-200: #BDFFE6;
  --lavender-300: #8AFFD2;
  --lavender-400: #4DFFBB;
  --lavender-500: #1AFFA7;
  --lavender-600: #00E08A;
  --lavender-700: #00B36E;
  --lavender-800: #00804F;
  --lavender-900: #005232;
  --lavender-950: #00331F;
}
Generate More ShadesCreate PaletteConvert Color