Lavender

#BDFEE8

Green

Color Codes

All color formats for development

HEX
#BDFEE8
RGB
rgb(189, 254, 232)
HSL
hsl(160, 97%, 87%)
OKLCH
oklch(0.948 0.072 171.8)
CMYK
cmyk(26%, 0%, 9%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#92FDDA
2#66FDCB
3#3BFCBC
4#0FFBAD
5#03DB93
6#03AF75
7#028358
8#01573B
9#012C1D

Tints

Lighter variations

1#C4FEEB
2#CBFEED
3#D1FEEF
4#D8FEF2
5#DEFFF4
6#E5FFF6
7#EBFFF8
8#F2FFFB
9#F8FFFD

Tones

Muted variations

1#C1FBE7
2#C4F8E6
3#C7F4E5
4#CBF1E4
5#CEEEE3
6#D1EBE2
7#D4E7E1
8#D7E4E0
9#DBE1DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF3
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEE9
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDD7
BordersInactive statesPlaceholder text
400
4FFC
#4FFCC3
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCB1
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DD94
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B076
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E54
Text on light backgroundsHeadingsStrong borders
900
0150
#015036
Primary textHigh emphasis contentDark headings
950
0132
#013222
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFA;
  --lavender-100: #DCFEF3;
  --lavender-200: #BEFEE9;
  --lavender-300: #8BFDD7;
  --lavender-400: #4FFCC3;
  --lavender-500: #1DFCB1;
  --lavender-600: #03DD94;
  --lavender-700: #03B076;
  --lavender-800: #027E54;
  --lavender-900: #015036;
  --lavender-950: #013222;
}
Generate More ShadesCreate PaletteConvert Color