Lavender

#DBFFF0

Green

Color Codes

All color formats for development

HEX
#DBFFF0
RGB
rgb(219, 255, 240)
HSL
hsl(155, 100%, 93%)
OKLCH
oklch(0.97 0.042 168.4)
CMYK
cmyk(14%, 0%, 6%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.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#ACFFDC
2#7CFFC9
3#4DFFB5
4#1EFFA1
5#00ED8A
6#00BE6F
7#008E53
8#005F37
9#002F1C

Tints

Lighter variations

1#DFFFF2
2#E2FFF3
3#E6FFF5
4#EAFFF6
5#EDFFF8
6#F1FFF9
7#F4FFFB
8#F8FFFC
9#FBFFFE

Tones

Muted variations

1#DDFDF0
2#DFFBF0
3#E1FAEF
4#E2F8EF
5#E4F6EF
6#E6F4EE
7#E8F3EE
8#EAF1EE
9#EBEFED

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFF9;
  --lavender-100: #DBFFF0;
  --lavender-200: #BDFFE3;
  --lavender-300: #8AFFCE;
  --lavender-400: #4DFFB5;
  --lavender-500: #1AFF9F;
  --lavender-600: #00E083;
  --lavender-700: #00B368;
  --lavender-800: #00804A;
  --lavender-900: #005230;
  --lavender-950: #00331E;
}
Generate More ShadesCreate PaletteConvert Color