Lavender

#DFFBEE

Green

Color Codes

All color formats for development

HEX
#DFFBEE
RGB
rgb(223, 251, 238)
HSL
hsl(152, 78%, 93%)
OKLCH
oklch(0.964 0.034 166)
CMYK
cmyk(11%, 0%, 5%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#B5F6D8
2#8BF1C1
3#61EBAB
4#36E694
5#1AD37D
6#15A964
7#107F4B
8#0A5432
9#052A19

Tints

Lighter variations

1#E2FBF0
2#E6FCF1
3#E9FCF3
4#ECFDF5
5#EFFDF7
6#F2FDF8
7#F5FEFA
8#F9FEFC
9#FCFFFD

Tones

Muted variations

1#E1FAEE
2#E2F8EE
3#E3F7EE
4#E5F6EE
5#E6F4EE
6#E8F3EE
7#E9F1ED
8#EAF0ED
9#ECEFED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEE
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E0
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C7
BordersInactive statesPlaceholder text
400
60EB
#60EBAA
Disabled statesSecondary iconsMuted text
500
33E6
#33E692
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C876
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F5E
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7143
Text on light backgroundsHeadingsStrong borders
900
0949
#09492B
Primary textHigh emphasis contentDark headings
950
062D
#062D1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDF8;
  --lavender-100: #DFFBEE;
  --lavender-200: #C4F8E0;
  --lavender-300: #97F2C7;
  --lavender-400: #60EBAA;
  --lavender-500: #33E692;
  --lavender-600: #19C876;
  --lavender-700: #149F5E;
  --lavender-800: #0E7143;
  --lavender-900: #09492B;
  --lavender-950: #062D1B;
}
Generate More ShadesCreate PaletteConvert Color