Beige

#E0FBE2

Green

Color Codes

All color formats for development

HEX
#E0FBE2
RGB
rgb(224, 251, 226)
HSL
hsl(124, 77%, 93%)
OKLCH
oklch(0.962 0.043 147.3)
CMYK
cmyk(11%, 0%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#B5F5BA
2#8BF092
3#61EB6B
4#38E543
5#1BD227
6#16A820
7#107E18
8#0B5410
9#052A08

Tints

Lighter variations

1#E3FBE4
2#E6FCE7
3#E9FCEA
4#ECFDED
5#EFFDF0
6#F2FDF3
7#F6FEF6
8#F9FEF9
9#FCFFFC

Tones

Muted variations

1#E1FAE2
2#E2F8E4
3#E4F7E5
4#E5F5E6
5#E6F4E7
6#E8F3E8
7#E9F1EA
8#EAF0EB
9#ECEFEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE1
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7C8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F29D
BordersInactive statesPlaceholder text
400
61EA
#61EA6A
Disabled statesSecondary iconsMuted text
500
34E5
#34E540
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC725
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E1E
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7115
Text on light backgroundsHeadingsStrong borders
900
0948
#09480E
Primary textHigh emphasis contentDark headings
950
062D
#062D08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F1FDF2;
  --beige-100: #DFFBE1;
  --beige-200: #C4F7C8;
  --beige-300: #97F29D;
  --beige-400: #61EA6A;
  --beige-500: #34E540;
  --beige-600: #1AC725;
  --beige-700: #159E1E;
  --beige-800: #0F7115;
  --beige-900: #09480E;
  --beige-950: #062D08;
}
Generate More ShadesCreate PaletteConvert Color