Lavender

#DCFFF5

Green

Color Codes

All color formats for development

HEX
#DCFFF5
RGB
rgb(220, 255, 245)
HSL
hsl(163, 100%, 93%)
OKLCH
oklch(0.972 0.038 176.4)
CMYK
cmyk(14%, 0%, 4%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.67: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#ACFFE7
2#7CFFDA
3#4DFFCD
4#1EFFBF
5#00EDAA
6#00BE88
7#008E66
8#005F44
9#002F22

Tints

Lighter variations

1#DFFFF6
2#E2FFF7
3#E6FFF8
4#EAFFF9
5#EDFFFA
6#F1FFFB
7#F4FFFC
8#F8FFFD
9#FBFFFE

Tones

Muted variations

1#DDFDF4
2#DFFBF3
3#E1FAF3
4#E2F8F2
5#E4F6F1
6#E6F4F0
7#E8F3EF
8#EAF1EF
9#EBEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF5
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFEC
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFDE
BordersInactive statesPlaceholder text
400
4DFF
#4DFFCC
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFBE
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0A1
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B380
Active/pressed statesDark mode accentsSecondary text
800
0080
#00805B
Text on light backgroundsHeadingsStrong borders
900
0052
#00523A
Primary textHigh emphasis contentDark headings
950
0033
#003325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFB;
  --lavender-100: #DBFFF5;
  --lavender-200: #BDFFEC;
  --lavender-300: #8AFFDE;
  --lavender-400: #4DFFCC;
  --lavender-500: #1AFFBE;
  --lavender-600: #00E0A1;
  --lavender-700: #00B380;
  --lavender-800: #00805B;
  --lavender-900: #00523A;
  --lavender-950: #003325;
}
Generate More ShadesCreate PaletteConvert Color