Beige

#E1FAE1

Green

Color Codes

All color formats for development

HEX
#E1FAE1
RGB
rgb(225, 250, 225)
HSL
hsl(120, 71%, 93%)
OKLCH
oklch(0.96 0.042 145.2)
CMYK
cmyk(10%, 0%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#B8F3B8
2#8FEC8F
3#67E567
4#3EDE3E
5#22CB22
6#1CA21C
7#157A15
8#0E510E
9#072907

Tints

Lighter variations

1#E4FAE4
2#E7FBE7
3#EAFBEA
4#EDFCED
5#F0FCF0
6#F3FDF3
7#F6FDF6
8#F9FEF9
9#FCFEFC

Tones

Muted variations

1#E2F9E2
2#E3F7E3
3#E4F6E4
4#E6F5E6
5#E7F3E7
6#E8F2E8
7#E9F1E9
8#EBF0EB
9#ECEEEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE0
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5C6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEE9B
BordersInactive statesPlaceholder text
400
66E5
#66E566
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE3B
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C021
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A991A
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D12
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C460C
Primary textHigh emphasis contentDark headings
950
072C
#072C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F2FDF2;
  --beige-100: #E0FAE0;
  --beige-200: #C6F5C6;
  --beige-300: #9BEE9B;
  --beige-400: #66E566;
  --beige-500: #3BDE3B;
  --beige-600: #21C021;
  --beige-700: #1A991A;
  --beige-800: #126D12;
  --beige-900: #0C460C;
  --beige-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color